Creates a logger object based on input options. This is used to help separate and manage logs from submodules.
const log = get_logger({id: "util"})log("brackets contain the submodule name") // => [util]:: brackets contain the submodule name Copy
const log = get_logger({id: "util"})log("brackets contain the submodule name") // => [util]:: brackets contain the submodule name
Creates a logger object based on input options. This is used to help separate and manage logs from submodules.