C# Class ScreenToGif.Util.Writers.LogWriter

Log Writer Class
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Méthode Description
Log ( Exception ex, string title, object aditional = null ) : void

Write to Error Log (Text File).

Method Details

Log() public static méthode

Write to Error Log (Text File).
public static Log ( Exception ex, string title, object aditional = null ) : void
ex System.Exception The Exception to write.
title string The name of the error
aditional object Aditional information.
Résultat void