예제 #1
0
 public LogEventArgs(string log, TestLogger.LogType type)
 {
     m_log = log; m_type = type;
     m_logtime = DateTime.Now;
 }
예제 #2
0
 public LogEventArgs(string log, TestLogger.LogType type)
 {
     m_log     = log; m_type = type;
     m_logtime = DateTime.Now;
 }