Пример #1
0
 public static void OnOutputCommandLine(string consoleMessage, ActironCommandLineStatesEnum state)
 {
     logger.InfoEx(consoleMessage);
 }
Пример #2
0
 public static void OnErrorCommandLine(string consoleMessage, ActironCommandLineStatesEnum state)
 {
     logger.ErrorEx(consoleMessage);
 }