Catel.Logging.LogManager.LogManager C# (CSharp) Méthode

LogManager() static private méthode

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