C# 클래스 CavemanTools.Logging.DeveloperLogger

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

공개 메소드들

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

메소드 상세

DeveloperLogger() 공개 메소드

public DeveloperLogger ( Action writer ) : System
writer Action
리턴 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