예제 #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);
 }