Esempio n. 1
0
 public static Log GetLogger(string str)
 {
     return(new Log(LogManager.GetLogger(str)));
 }
Esempio n. 2
0
 public static Log GetLogger(Type type)
 {
     return(new Log(LogManager.GetLogger(type)));
 }