Метод | Описание | |
---|---|---|
ConsoleLogger ( |
Initializes a new instance of the ConsoleLogger class.
|
|
Help ( ) : void |
Writes the help message to the console.
|
|
InputError ( ) : void |
Writes an input error message to the console.
|
|
Log ( EventLoggerEventArgs e ) : void |
Logs an event from an EventErrorLogger to the file log, plus to the console if in verbose mode.
|
Метод | Описание | |
---|---|---|
Debug ( string format ) : void | ||
Error ( |
||
Info ( string format ) : void | ||
Warn ( string format ) : void |
public ConsoleLogger ( |
||
options | The parsed |
|
Результат | System |
public Log ( EventLoggerEventArgs e ) : void | ||
e | EventLoggerEventArgs | The event arguments. |
Результат | void |