コード例 #1
0
ファイル: WPLogger.cs プロジェクト: gep13/Emby.WindowsPhone
 static DebugLogger()
 {
     if (LogConfiguration == null)
     {
         LogConfiguration = new LogConfiguration();
     }
 }
コード例 #2
0
ファイル: WinLogger.cs プロジェクト: ScottIsAFool/Speader
 public WinLogger(string typeName)
 {
     _typeName = typeName;
     if (LogConfiguration == null)
     {
         LogConfiguration = new LogConfiguration();
     }
 }
コード例 #3
0
ファイル: WPLogger.cs プロジェクト: gep13/Emby.WindowsPhone
 public DebugLogger(string typeName)
 {
     _typeName = typeName;
     if (LogConfiguration == null)
     {
         LogConfiguration = new LogConfiguration();
     }
 }
コード例 #4
0
ファイル: WinLogger.cs プロジェクト: ScottIsAFool/Speader
        static WinLogger()
        {
            if (LogConfiguration == null)
            {
                LogConfiguration = new LogConfiguration();
            }

            if (CacheStorage == null)
            {
                CacheStorage = new StorageService().LocalCache;
            }
        }
コード例 #5
0
ファイル: WinLogger.cs プロジェクト: ScottIsAFool/Speader
        static WinLogger()
        {
            if (LogConfiguration == null)
            {
                LogConfiguration = new LogConfiguration();
            }

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