C# 클래스 WCFServices.WCFLogger

상속: IWCFLogger
파일 보기 프로젝트 열기: edwinf/WCFAppender-log4net

공개 메소드들

메소드 설명
Append ( LoggingEventWrapper logEvents ) : void

Log the remote events directly to the currently defined logger

Append ( string logEntries ) : void

Log the pre-rendered string entries to *******

WCFLogger ( ) : System

메소드 상세

Append() 공개 메소드

Log the remote events directly to the currently defined logger
public Append ( LoggingEventWrapper logEvents ) : void
logEvents WCFAppender_log4net.Interface.LoggingEventWrapper serialized logging events from the client
리턴 void

Append() 공개 메소드

Log the pre-rendered string entries to *******
public Append ( string logEntries ) : void
logEntries string The pre-rendered log entries
리턴 void

WCFLogger() 공개 메소드

public WCFLogger ( ) : System
리턴 System