A configuration for the loggers.
The sinks to use. The keys are the sink identifiers, and the values are Sinks.
optional
filters: Record<TFilterId, FilterLike>
The loggers to configure.
optional
contextLocalStorage: ContextLocalStorage<Record<string, unknown>>
The context-local storage to use for implicit contexts.