Properties
debug
debug: (...content: any[]) => void
Type declaration
-
- (...content: any[]): void
error
error: (...content: any[]) => void
Type declaration
-
- (...content: any[]): void
info
info: (...content: any[]) => void
Type declaration
-
- (...content: any[]): void
Optional trace
trace: undefined | ((...content: any[]) => void)
warn
warn: (...content: any[]) => void
Type declaration
-
- (...content: any[]): void
Represents a logger object that is available in HandlerExecutionContext throughout the middleware stack.