C# Class EasyFarm.Logging.LogEntry

Afficher le fichier Open project: EasyFarm/EasyFarm Class Usage Examples

Méthodes publiques

Свойство Type Description
Exception System.Exception
Message string
Severity LoggingEventType

Méthodes publiques

Méthode Description
IncludeExceptionInMessage ( ) : LogEntry
LogEntry ( LoggingEventType severity, string message, Exception exception = null ) : System

Method Details

IncludeExceptionInMessage() public méthode

public IncludeExceptionInMessage ( ) : LogEntry
Résultat LogEntry

LogEntry() public méthode

public LogEntry ( LoggingEventType severity, string message, Exception exception = null ) : System
severity LoggingEventType
message string
exception System.Exception
Résultat System

Property Details

Exception public_oe property

public Exception,System Exception
Résultat System.Exception

Message public_oe property

public string Message
Résultat string

Severity public_oe property

public LoggingEventType Severity
Résultat LoggingEventType