C# 클래스 withSIX.Core.Logging.LoggerExtensions

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
FormattedDebugException ( this _logger, Exception e, string message = null ) : void
FormattedErrorException ( this _logger, Exception e, string message = null ) : void
FormattedFatalException ( this _logger, Exception e, string message = null ) : void
FormattedWarnException ( this _logger, Exception e, string message = null ) : void

비공개 메소드들

메소드 설명
FormatMessage ( Exception e, string message ) : string

메소드 상세

FormattedDebugException() 공개 정적인 메소드

public static FormattedDebugException ( this _logger, Exception e, string message = null ) : void
_logger this
e System.Exception
message string
리턴 void

FormattedErrorException() 공개 정적인 메소드

public static FormattedErrorException ( this _logger, Exception e, string message = null ) : void
_logger this
e System.Exception
message string
리턴 void

FormattedFatalException() 공개 정적인 메소드

public static FormattedFatalException ( this _logger, Exception e, string message = null ) : void
_logger this
e System.Exception
message string
리턴 void

FormattedWarnException() 공개 정적인 메소드

public static FormattedWarnException ( this _logger, Exception e, string message = null ) : void
_logger this
e System.Exception
message string
리턴 void