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

Show file Open project: paratechnical/Seringa

Public Methods

Method Description
Write ( String fileLocation, Exception exception ) : void

Method to log a exception into a textfile.

Method Details

Write() public static method

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
return void