C# 클래스 Contrive.Common.Extensions.LoggingExtensions

파일 보기 프로젝트 열기: alanstevens/Contrive

공개 프로퍼티들

프로퍼티 타입 설명
ExceptionLogger Exception>.Action

비공개 메소드들

메소드 설명
LogDebug ( this loggingContext, string message ) : void
LogException ( this loggingContext, Exception ex ) : void
LogException ( this loggingContext, string message, Exception ex ) : void
LogInfo ( this loggingContext, string message ) : void
Trace ( this loggingContext, string message ) : void

프로퍼티 상세

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

public static Action ExceptionLogger
리턴 Exception>.Action