C# 클래스 Monobjc.Tools.Utilities.NullLogger

Implementation of IExecutionLogger that does nothing.
상속: IExecutionLogger
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

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

Logs the debug message.

LogError ( string message ) : void

Logs the error message.

LogInfo ( string message ) : void

Logs the info message.

LogWarning ( string message ) : void

Logs the warning message.

메소드 상세

LogDebug() 공개 메소드

Logs the debug message.
public LogDebug ( string message ) : void
message string The message.
리턴 void

LogError() 공개 메소드

Logs the error message.
public LogError ( string message ) : void
message string The message.
리턴 void

LogInfo() 공개 메소드

Logs the info message.
public LogInfo ( string message ) : void
message string The message.
리턴 void

LogWarning() 공개 메소드

Logs the warning message.
public LogWarning ( string message ) : void
message string The message.
리턴 void