Classes · @purista/core
Logger
Signature
class Logger Constructors
1 entry
constructor
Constructor
new constructor() Methods
7 entries
debug
Method
debug(...args: LogFnParamType): void error
Method
error(...args: LogFnParamType): void fatal
Method
fatal(...args: LogFnParamType): void getChildLogger
Method
getChildLogger(options: LoggerOptions): Logger info
Method
info(...args: LogFnParamType): void trace
Method
trace(...args: LogFnParamType): void warn
Method
warn(...args: LogFnParamType): void