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