Interfacetypesv0.8.0-next.6LoggerConfigGlobal logger configuration. Passing it full-replaces the config layer. interface LoggerConfiginterface LoggerConfigMember overviewPropertieschannelslevelsinksPropertiesoptionalchannelsPer-channel level or sink overrides. channels: Record<string, ChannelOverride>;channels: Record<string, ChannelOverride>;optionallevelGlobal floor. Defaults from the environment. level: LogLevel;level: LogLevel;optionalsinksConfig-layer sinks. Defaults to a single console sink. sinks: ILogSink[]sinks: ILogSink[]
optionalchannelsPer-channel level or sink overrides. channels: Record<string, ChannelOverride>;channels: Record<string, ChannelOverride>;
optionalsinksConfig-layer sinks. Defaults to a single console sink. sinks: ILogSink[]sinks: ILogSink[]