Пример #1
0
 public static Log GetLogger(string str)
 {
     return(new Log(LogManager.GetLogger(str)));
 }
Пример #2
0
 public static Log GetLogger(Type type)
 {
     return(new Log(LogManager.GetLogger(type)));
 }