Exemple #1
0
 static DebugLogger()
 {
     if (LogConfiguration == null)
     {
         LogConfiguration = new LogConfiguration();
     }
 }
Exemple #2
0
 public WinLogger(string typeName)
 {
     _typeName = typeName;
     if (LogConfiguration == null)
     {
         LogConfiguration = new LogConfiguration();
     }
 }
Exemple #3
0
 public DebugLogger(string typeName)
 {
     _typeName = typeName;
     if (LogConfiguration == null)
     {
         LogConfiguration = new LogConfiguration();
     }
 }
Exemple #4
0
        static WinLogger()
        {
            if (LogConfiguration == null)
            {
                LogConfiguration = new LogConfiguration();
            }

            if (CacheStorage == null)
            {
                CacheStorage = new StorageService().LocalCache;
            }
        }
Exemple #5
0
        static WinLogger()
        {
            if (LogConfiguration == null)
            {
                LogConfiguration = new LogConfiguration();
            }

            if (CacheStorage == null)
            {
                CacheStorage = new StorageService().LocalCache;
            }
        }