C# Class MetroLog.LogEventInfo

Mostra file Open project: onovotny/MetroLog Class Usage Examples

Private Properties

Property Type Description
GetNextSequenceId long

Public Methods

Method Description
LogEventInfo ( LogLevel level, string logger, string message, Exception ex ) : System
ToJson ( ) : string

Private Methods

Method Description
GetNextSequenceId ( ) : long

Method Details

LogEventInfo() public method

public LogEventInfo ( LogLevel level, string logger, string message, Exception ex ) : System
level LogLevel
logger string
message string
ex System.Exception
return System

ToJson() public method

public ToJson ( ) : string
return string