Class containing names of common log types.
Exemple #1
0
 bool ProjectLogHandler(Object sender, string param, LogType type)
 {
     OutMsg(param);
     return true;
 }