C# Class ScreenToGif.Util.LogWriter

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

Méthodes publiques

Méthode Description
Log ( Exception ex, string title = "" ) : 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 = "" ) : void
ex System.Exception
title string The name of the error
Résultat void