Manages logger instances and global logging configuration.
public sealed class LogManager
Static operations are thread-safe. Configure LogManagerConfig on a single thread before calling Initialize(LogManagerConfig) or InitializeForAsync(LogManagerConfig).
kind:method, kind:property, kind:ctor. Press Esc to clear.IsInitializedGets a value indicating whether the log manager is initialized.GetDiagnostics()Gets runtime diagnostics for the active log manager.GetLogger(String)Gets a logger for the specified category name.GetLogger<T>()Gets a logger for the fully qualified name of T.Initialize(LogManagerConfig)Initializes the logging system using the default synchronous processor.InitializeForAsync(LogManagerConfig)Initializes the logging system using the asynchronous processor.Shutdown()Shuts down logging and disposes configured writers.