moderator-toolbox-nxg-for-reddit / util/infra/logging
util/infra/logging¶
Functions¶
default()¶
default(
caller):Logger
Defined in: extension/data/util/infra/logging.ts:62
Builds a logger bound to a particular caller.
Parameters¶
caller¶
string
Label for the module or code section using the logger; shown in the console next to every message it emits.
Returns¶
Logger