Accessors
LoggerIds
- get LoggerIds(): string[]
Returns string[]
Methods
get
- get(category, id?): Logger
Parameters
- category: string
Optional
id: string
getById
- getById(id): string[]
Returns string[]
getLogsForId
- getLogsForId(id): string[]
Returns string[]
setHandler
- setHandler(handler): void
Returns void
setLevel
- setLevel(level): void
Returns void
withConfig
- withConfig(config): void
Parameters
- config: Record<string, any>
Returns void
Static
clearInstance
- clearInstance(): void
Returns void