C# 클래스 Monitor.Logger

Logic of logging activity to file.
파일 보기 프로젝트 열기: tymanski/SimpleConfigurationManager

공개 메소드들

메소드 설명
Log ( string message ) : void

Performs log action. Writes log message from the message parameter to the file.

Logger ( SConfigManager configuration ) : System

Initializes Logger instance.

메소드 상세

Log() 공개 메소드

Performs log action. Writes log message from the message parameter to the file.
public Log ( string message ) : void
message string Log message
리턴 void

Logger() 공개 메소드

Initializes Logger instance.
public Logger ( SConfigManager configuration ) : System
configuration SimpleConfigurationManager.SConfigManager Configuration for logger.
리턴 System