C# 클래스 Codaxy.Common.Logging.LoggerExtensions

파일 보기 프로젝트 열기: codaxy/common

공개 메소드들

메소드 설명
ChildLogger ( this logger, String childLoggerName ) : Logger
Error ( this logger, string message ) : void
Error ( this logger, string message, String stackTrace ) : void
ErrorFormat ( this logger, string format ) : void
Exception ( this logger, Exception ex ) : void
Exception ( this logger, String message, Exception ex ) : void
GetExceptionMessage ( String message, Exception ex ) : LogMessage
Info ( this logger, string message ) : void
InfoFormat ( this logger, string format ) : void
LogMessage ( this logger, LogMessage lm ) : void
Trace ( this logger, string message ) : void
TraceFormat ( this logger, string format ) : void
Warning ( this logger, string message ) : void
WarningFormat ( this logger, string format ) : void

비공개 메소드들

메소드 설명
Debug ( this logger, string message ) : void
DebugFormat ( this logger, string format ) : void
ExpandStackTrace ( Exception ex ) : string

메소드 상세

ChildLogger() 공개 정적인 메소드

public static ChildLogger ( this logger, String childLoggerName ) : Logger
logger this
childLoggerName String
리턴 Logger

Error() 공개 정적인 메소드

public static Error ( this logger, string message ) : void
logger this
message string
리턴 void

Error() 공개 정적인 메소드

public static Error ( this logger, string message, String stackTrace ) : void
logger this
message string
stackTrace String
리턴 void

ErrorFormat() 공개 정적인 메소드

public static ErrorFormat ( this logger, string format ) : void
logger this
format string
리턴 void

Exception() 공개 정적인 메소드

public static Exception ( this logger, Exception ex ) : void
logger this
ex System.Exception
리턴 void

Exception() 공개 정적인 메소드

public static Exception ( this logger, String message, Exception ex ) : void
logger this
message String
ex System.Exception
리턴 void

GetExceptionMessage() 공개 정적인 메소드

public static GetExceptionMessage ( String message, Exception ex ) : LogMessage
message String
ex System.Exception
리턴 LogMessage

Info() 공개 정적인 메소드

public static Info ( this logger, string message ) : void
logger this
message string
리턴 void

InfoFormat() 공개 정적인 메소드

public static InfoFormat ( this logger, string format ) : void
logger this
format string
리턴 void

LogMessage() 공개 정적인 메소드

public static LogMessage ( this logger, LogMessage lm ) : void
logger this
lm LogMessage
리턴 void

Trace() 공개 정적인 메소드

public static Trace ( this logger, string message ) : void
logger this
message string
리턴 void

TraceFormat() 공개 정적인 메소드

public static TraceFormat ( this logger, string format ) : void
logger this
format string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( this logger, string message ) : void
logger this
message string
리턴 void

WarningFormat() 공개 정적인 메소드

public static WarningFormat ( this logger, string format ) : void
logger this
format string
리턴 void