Exemplo n.º 1
0
 static public void Log(ErrorType type, string log)
 {
     error.AddLog(error.GetErrorClass(2), type.GetText() + " " + log);
 }
Exemplo n.º 2
0
 static public void Log(ErrorType type)
 {
     error.AddLog(error.GetErrorClass(2), type.GetText());
 }