C# 클래스 ReviewNotifier.Program.Logger

A class that logs to the console, and potentially to a file.
상속: ILog
파일 보기 프로젝트 열기: daptiv/Malevich

공개 메소드들

메소드 설명
Close ( ) : void

Closes the writer.

Log ( string format ) : void

Writes an output to a console, and if configured, to a file.

Logger ( string fileName ) : System

Creates an instance of the Logger class.

메소드 상세

Close() 공개 메소드

Closes the writer.
public Close ( ) : void
리턴 void

Log() 공개 메소드

Writes an output to a console, and if configured, to a file.
public Log ( string format ) : void
format string Format string.
리턴 void

Logger() 공개 메소드

Creates an instance of the Logger class.
public Logger ( string fileName ) : System
fileName string
리턴 System