Example #1
0
 public void LogEvent(string msg)
 {
     LogFile.WriteLine(LogFile.LogLevel.L_Warning, "LogEvent: " + msg);
 }