C# Class WCFServices.WCFLogger

Inheritance: IWCFLogger
Mostrar archivo Open project: edwinf/WCFAppender-log4net

Public Methods

Method Description
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

Method Details

Append() public method

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
return void

Append() public method

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

WCFLogger() public method

public WCFLogger ( ) : System
return System