interface ILogger
A logger instance created by the logger function or the ILogger#child method.
Methods
child(name)
Name | Type | Description |
---|---|---|
|
|
|
Returns |
Signature
child(name: string): ILogger;
debug(args)
Name | Type | Description |
---|---|---|
|
|
|
Returns |
|
Signature
debug(...args: any[]): void;
error(args)
Name | Type | Description |
---|---|---|
|
|
|
Returns |
|
Signature
error(...args: any[]): void;