C# Class Orchestra.Logging.StatusLogListener

Status log listener.
Inheritance: Catel.Logging.LogListenerBase
显示文件 Open project: WildGums/Orchestra Class Usage Examples

Public Methods

Method Description
StatusLogListener ( IStatusService statusService ) : System

Initializes a new instance of the StatusLogListener class.

Protected Methods

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

Method Details

StatusLogListener() public method

Initializes a new instance of the StatusLogListener class.
public StatusLogListener ( IStatusService statusService ) : System
statusService IStatusService The status service.
return System

Write() protected method

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