Member visibility
Filter class members by access level.
Showing members with Protected visibility and higher.
public static instance: LoggerChannelRegistrypublic static instance: LoggerChannelRegistrypublic configure(
config: Partial<LoggerConfiguration>
): voidpublic configure(
config: Partial<LoggerConfiguration>
): voidParameter:
configPartial configuration to merge with existing settings
public get(channel: string): WinstonInstancepublic get(channel: string): WinstonInstanceParameter:
channelChannel name to get logger for
public installSink(
sink: ILoggerSink,
options?: { muteConsole?: boolean }
): ILoggerSinkHandlepublic installSink(
sink: ILoggerSink,
options?: { muteConsole?: boolean }
): ILoggerSinkHandleParameter:
sinkCustom sink implementation to receive log entries
Parameter:
optionsOptional configuration for console muting behavior