Module components/logging
Properties
default
default
: { configure
: (config
: LoggerConfig) => void; configured
: () => boolean; get
: (name
: string) => LogWrapper }
Type declaration
-
configure: (config: LoggerConfig) => void
-
- (config: LoggerConfig): void
-
configured: () => boolean
-
get: (name: string) => LogWrapper
Functions
configure
- configure(config: LoggerConfig): void