Classes · @purista/core
Logger
Signature
class LoggerConstructors
1 entry
constructor
Constructor
new constructor()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