Classes · @purista/core
DefaultLogger
Signature
class DefaultLoggerConstructors
1 entry
constructor
Constructor
new constructor(log: Logger)Methods
7 entries
debug
Method
debug(...args: LogFnParamType): voiderror
Method
error(...args: LogFnParamType): voidfatal
Method
fatal(...args: LogFnParamType): voidgetChildLogger
Method
getChildLogger(options: LoggerOptions): Loggerinfo
Method
info(...args: LogFnParamType): voidtrace
Method
trace(...args: LogFnParamType): voidwarn
Method
warn(...args: LogFnParamType): void