C# 클래스 DotLog.LogExtensions

파일 보기 프로젝트 열기: subfuzion/dotlog

공개 메소드들

메소드 설명
LogCritical ( this logger, string message, string category = null ) : LogEntry
LogError ( this logger, string message, string category = null ) : LogEntry
LogInformation ( this logger, string message, string category = null ) : LogEntry
LogVerbose ( this logger, string message, string category = null ) : LogEntry
LogWarning ( this logger, string message, string category = null ) : LogEntry

메소드 상세

LogCritical() 공개 정적인 메소드

public static LogCritical ( this logger, string message, string category = null ) : LogEntry
logger this
message string
category string
리턴 LogEntry

LogError() 공개 정적인 메소드

public static LogError ( this logger, string message, string category = null ) : LogEntry
logger this
message string
category string
리턴 LogEntry

LogInformation() 공개 정적인 메소드

public static LogInformation ( this logger, string message, string category = null ) : LogEntry
logger this
message string
category string
리턴 LogEntry

LogVerbose() 공개 정적인 메소드

public static LogVerbose ( this logger, string message, string category = null ) : LogEntry
logger this
message string
category string
리턴 LogEntry

LogWarning() 공개 정적인 메소드

public static LogWarning ( this logger, string message, string category = null ) : LogEntry
logger this
message string
category string
리턴 LogEntry