Catel.Logging.LogManager.LogManager C# (CSharp) Method

LogManager() static private method

Initializes static members of the LogManager class.
static private LogManager ( ) : System
return System
        static LogManager()
        {
#if NET
            AppDomain.CurrentDomain.DomainUnload += (sender, e) => FlushAll();
            AppDomain.CurrentDomain.UnhandledException += (sender, e) => FlushAll();
#endif
        }
        #endregion