Beispiel #1
0
 public void Log(MB2_LogLevel l, String msg, MB2_LogLevel currentThreshold)
 {
     MB2_Log.Log(l, msg, currentThreshold);
     _CacheLogMessage(msg);
 }