C# 클래스 FLS.SharePoint.Infrastructure.LoggerExtensions

파일 보기 프로젝트 열기: ivankozyrev/fls-internal-portal

공개 메소드들

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

메소드 상세

Debug() 공개 정적인 메소드

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

DebugFormat() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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