configureSync<>(config: Config<TSinkId, TFilterId>): void
Configure sync loggers with the specified configuration.
Note that if the given sinks or filters are disposable, they will be disposed when the configuration is reset, or when the process exits.
Also note that passing async sinks or filters will throw. If necessary use resetSync or disposeSync.