Exemplo n.º 1
0
 public static void Register(string xmlPath)
 {
     log4net.Config.XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(xmlPath));
     _instance = new LogUtility();
 }
Exemplo n.º 2
0
 public static void Register(string xmlPath)
 {
     log4net.Config.XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(xmlPath));
     _instance = new LogUtility();
 }
Exemplo n.º 3
0
 public static void Register()
 {
     log4net.Config.XmlConfigurator.Configure();
     _instance = new LogUtility();
 }
Exemplo n.º 4
0
 public static void Register()
 {
     log4net.Config.XmlConfigurator.Configure();
     _instance = new LogUtility();
 }