C# 클래스 Stumps.EventLogWriter

A class that provides an implementation of T:Stumps.IMessageWriter that writes messages to the Windows event logs.
상속: IMessageWriter
파일 보기 프로젝트 열기: Cayan-LLC/stumps

공개 메소드들

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

Records an information message.

WriteDebug ( string message ) : void

Records a debug message.

WriteError ( string message ) : void

Records an error message.

메소드 상세

Information() 공개 메소드

Records an information message.
public Information ( string message ) : void
message string The message to record.
리턴 void

WriteDebug() 공개 메소드

Records a debug message.
public WriteDebug ( string message ) : void
message string The message to record.
리턴 void

WriteError() 공개 메소드

Records an error message.
public WriteError ( string message ) : void
message string The message to record.
리턴 void