예제 #1
0
 void IAgileLogger.LogWithTime(string msg)
 {
     logger.LogWithTime(msg);
     datalogger.LogWithTime(msg);
 }