C# 클래스 Dev2.Common.Dev2Logger

A single common logging location ;)
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Log ILog

공개 메소드들

메소드 설명
GetLogLevel ( ) : string
GetLogMaxSize ( ) : int
SetLog ( ILog log ) : void
UpdateLoggingConfig ( string level ) : void
WriteLogSettings ( string maxLogSize, string logLevel, string settingsConfigFile ) : void

메소드 상세

GetLogLevel() 공개 정적인 메소드

public static GetLogLevel ( ) : string
리턴 string

GetLogMaxSize() 공개 정적인 메소드

public static GetLogMaxSize ( ) : int
리턴 int

SetLog() 공개 정적인 메소드

public static SetLog ( ILog log ) : void
log ILog
리턴 void

UpdateLoggingConfig() 공개 정적인 메소드

public static UpdateLoggingConfig ( string level ) : void
level string
리턴 void

WriteLogSettings() 공개 정적인 메소드

public static WriteLogSettings ( string maxLogSize, string logLevel, string settingsConfigFile ) : void
maxLogSize string
logLevel string
settingsConfigFile string
리턴 void

프로퍼티 상세

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

public static ILog Log
리턴 ILog