Catel.Logging.LogManager.LogManager C# (CSharp) Метод

LogManager() статический приватный Метод

Initializes static members of the LogManager class.
static private LogManager ( ) : System
Результат System
        static LogManager()
        {
#if NET
            AppDomain.CurrentDomain.DomainUnload += (sender, e) => FlushAll();
            AppDomain.CurrentDomain.UnhandledException += (sender, e) => FlushAll();
#endif
        }
        #endregion