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