Ejemplo n.º 1
0
 public static IMyLog GetLogger(Type type)
 {
     return(MyLogManager.GetLogger(Assembly.GetCallingAssembly(), type.FullName));
 }
Ejemplo n.º 2
0
 public static IMyLog GetLogger(string name)
 {
     return(MyLogManager.GetLogger(Assembly.GetCallingAssembly(), name));
 }