Represents the root configuration used to initialize LogManager.
public sealed class LogManagerConfig
kind:method, kind:property, kind:ctor. Press Esc to clear.LogManagerConfig()Initializes a new instance of LogManagerConfig.AsyncErrorHandlerGets or sets an optional callback invoked when the asynchronous processor observes a writer/dispatch error.AsyncLogMessageQueueCapacityGets or sets the target queue capacity for asynchronous processing.LoggersGets the collection of per-category logger configurations.OverflowModeGets or sets the default overflow mode for asynchronous processing.RootLoggerGets the root logger configuration applied to all categories.TimeProviderGets or sets the time provider used to timestamp log entries.ApplyChanges()Applies pending configuration changes to already-created loggers.GetLoggerConfig(String)Gets or creates a logger configuration for loggerName.RemoveLoggerConfig(String)Removes a logger configuration.SetLogLevel(String, LogLevel)Sets the minimum level for a logger configuration.