Exemplo n.º 1
0
 public ILog GetLog(string name)
 {
     var log = new NullObjectLog();
     return log;
 }
Exemplo n.º 2
0
 public ILog GetLog(Type type)
 {
     var log = new NullObjectLog();
     return log;
 }