예제 #1
0
 public ILog GetLog(string name)
 {
     var log = new NullObjectLog();
     return log;
 }
예제 #2
0
 public ILog GetLog(Type type)
 {
     var log = new NullObjectLog();
     return log;
 }