C# 클래스 Content.Localization.NullContentLogger

상속: IContentLogger
파일 보기 프로젝트 열기: ExigoOffice/Content-Localization

공개 메소드들

메소드 설명
LogError ( Exception ex, string format ) : void
LogInformation ( string format ) : void
LogVerbose ( string format ) : void

메소드 상세

LogError() 공개 메소드

public LogError ( Exception ex, string format ) : void
ex Exception
format string
리턴 void

LogInformation() 공개 메소드

public LogInformation ( string format ) : void
format string
리턴 void

LogVerbose() 공개 메소드

public LogVerbose ( string format ) : void
format string
리턴 void