C# Class Seringa.Engine.Implementations.Loggers.ExceptionLogger

Afficher le fichier Open project: paratechnical/Seringa

Méthodes publiques

Méthode Description
Write ( String fileLocation, Exception exception ) : void

Method to log a exception into a textfile.

Method Details

Write() public static méthode

Method to log a exception into a textfile.
public static Write ( String fileLocation, Exception exception ) : void
fileLocation String File that will be writen
exception System.Exception Exception to be logged
Résultat void