Interfaces · @purista/core
ILogger
Signature
interface ILogger Methods
6 entries
debug
Method
debug(...args: LogFnParamType): void error
Method
error(...args: LogFnParamType): void fatal
Method
fatal(...args: LogFnParamType): void info
Method
info(...args: LogFnParamType): void trace
Method
trace(...args: LogFnParamType): void warn
Method
warn(...args: LogFnParamType): void