コード例 #1
0
ファイル: LogUtility.cs プロジェクト: john123951/sweetfly.net
 public static void Register(string xmlPath)
 {
     log4net.Config.XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(xmlPath));
     _instance = new LogUtility();
 }
コード例 #2
0
ファイル: LogUtility.cs プロジェクト: john123951/sweetfly.net
 public static void Register(string xmlPath)
 {
     log4net.Config.XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(xmlPath));
     _instance = new LogUtility();
 }
コード例 #3
0
ファイル: LogUtility.cs プロジェクト: john123951/sweetfly.net
 public static void Register()
 {
     log4net.Config.XmlConfigurator.Configure();
     _instance = new LogUtility();
 }
コード例 #4
0
ファイル: LogUtility.cs プロジェクト: john123951/sweetfly.net
 public static void Register()
 {
     log4net.Config.XmlConfigurator.Configure();
     _instance = new LogUtility();
 }