C# 클래스 CavemanTools.Logging.NullLogger

상속: IWriteToLog
파일 보기 프로젝트 열기: sapiens/cavemantools

공개 프로퍼티들

프로퍼티 타입 설명
Instance NullLogger

공개 메소드들

메소드 설명
Log ( string source, LogLevel level, string message ) : void
LogException ( string source, LogLevel level, Exception ex, string context ) : void

비공개 메소드들

메소드 설명
NullLogger ( ) : System

메소드 상세

Log() 공개 메소드

public Log ( string source, LogLevel level, string message ) : void
source string
level LogLevel
message string
리턴 void

LogException() 공개 메소드

public LogException ( string source, LogLevel level, Exception ex, string context ) : void
source string
level LogLevel
ex System.Exception
context string
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static NullLogger,CavemanTools.Logging Instance
리턴 NullLogger