C# Class MetroLog.LogEventInfo

Afficher le fichier Open project: onovotny/MetroLog Class Usage Examples

Private Properties

Свойство Type Description
GetNextSequenceId long

Méthodes publiques

Méthode Description
LogEventInfo ( LogLevel level, string logger, string message, Exception ex ) : System
ToJson ( ) : string

Private Methods

Méthode Description
GetNextSequenceId ( ) : long

Method Details

LogEventInfo() public méthode

public LogEventInfo ( LogLevel level, string logger, string message, Exception ex ) : System
level LogLevel
logger string
message string
ex System.Exception
Résultat System

ToJson() public méthode

public ToJson ( ) : string
Résultat string