C# Class TempestShared.ErrorLog

Afficher le fichier Open project: pajlada/TempestNotifier

Méthodes publiques

Méthode Description
ErrorLog ( ) : System
ErrorLog ( string logPath ) : System
LogError ( Exception exception ) : string

Logs exception information to the assigned log file.

Private Methods

Méthode Description
GetExceptionStack ( Exception e ) : string

Method Details

ErrorLog() public méthode

public ErrorLog ( ) : System
Résultat System

ErrorLog() public méthode

public ErrorLog ( string logPath ) : System
logPath string
Résultat System

LogError() public méthode

Logs exception information to the assigned log file.
public LogError ( Exception exception ) : string
exception System.Exception Exception to log.
Résultat string