C# Class Catel.ReSharper.LoggerListener

The logger listener.
Inheritance: Catel.Logging.LogListenerBase
Show file Open project: Catel/Catel.ReSharper

Public Methods

Method Description
LoggerListener ( ) : System

Protected Methods

Method Description
Write ( ILog log, string message, Logging.LogEvent logEvent, object extraData, LogData logData, System.DateTime time ) : void

Method Details

LoggerListener() public method

public LoggerListener ( ) : System
return System

Write() protected method

protected Write ( ILog log, string message, Logging.LogEvent logEvent, object extraData, LogData logData, System.DateTime time ) : void
log ILog
message string
logEvent Logging.LogEvent
extraData object
logData LogData
time System.DateTime
return void