C# 클래스 CmisSync.Lib.Cmis.DotCMISLogListener

Dot CMIS log listener enables the logging inside of DotCMIS and passes the log messages to log4net.
상속: System.Diagnostics.TraceListener
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
DotCMISLogListener ( ) : System

Initializes a new instance of the CmisSync.Lib.Cmis.DotCMISLogListener class.

DotCMISLogListener ( log4net log ) : System

Initializes a new instance of the CmisSync.Lib.Cmis.DotCMISLogListener class.

Write ( string message ) : void

Write the specified message to log4net logger.

WriteLine ( string message ) : void

Writes the line to log4net logger.

비공개 메소드들

메소드 설명
SetLog4NetLevelToTraceLevel ( ) : void

메소드 상세

DotCMISLogListener() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Cmis.DotCMISLogListener class.
public DotCMISLogListener ( ) : System
리턴 System

DotCMISLogListener() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Cmis.DotCMISLogListener class.
public DotCMISLogListener ( log4net log ) : System
log log4net log4net logger, which should receive the log messages of DotCMIS.
리턴 System

Write() 공개 메소드

Write the specified message to log4net logger.
public Write ( string message ) : void
message string Message to be written.
리턴 void

WriteLine() 공개 메소드

Writes the line to log4net logger.
public WriteLine ( string message ) : void
message string Message to be written.
리턴 void