Properties
debug
debug: ((message: string) => void)
Type declaration
-
- (message: string): void
-
Returns void
error
error: ((err: Error) => void)
Type declaration
-
- (err: Error): void
-
Returns void
info
info: ((message: string) => void)
Type declaration
-
- (message: string): void
-
Returns void
warn
warn: ((message: string) => void)
Type declaration
-
- (message: string): void
-
Returns void
The log function object returned when creating a log function with section information.