C# 클래스 BlueCollar.Console.ConsoleLogger

파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

공개 메소드들

메소드 설명
ConsoleLogger ( InputOptions options ) : System

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 ( Exception ex, string format ) : void
Info ( string format ) : void
Warn ( string format ) : void

메소드 상세

ConsoleLogger() 공개 메소드

Initializes a new instance of the ConsoleLogger class.
public ConsoleLogger ( InputOptions options ) : System
options InputOptions The parsed for the current execution context.
리턴 System

Help() 공개 메소드

Writes the help message to the console.
public Help ( ) : void
리턴 void

InputError() 공개 메소드

Writes an input error message to the console.
public InputError ( ) : void
리턴 void

Log() 공개 메소드

Logs an event from an EventErrorLogger to the file log, plus to the console if in verbose mode.
public Log ( EventLoggerEventArgs e ) : void
e EventLoggerEventArgs The event arguments.
리턴 void