C# Class Helios.Logging.LogEvent

An event instance produced by a ILogger
Exibir arquivo Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns a System.String that represents this LogEvent.

Protected Methods

Method Description
LogEvent ( string message, string logSource, LogLevel level ) : System

Method Details

LogEvent() protected method

protected LogEvent ( string message, string logSource, LogLevel level ) : System
message string
logSource string
level LogLevel
return System

ToString() public method

Returns a System.String that represents this LogEvent.
public ToString ( ) : string
return string