C# Class ScreenToGif.Util.Writers.LogWriter

Log Writer Class
Exibir arquivo Open project: dbremner/ScreenToGif

Public Methods

Method Description
Log ( Exception ex, string title, object aditional = null ) : void

Write to Error Log (Text File).

Method Details

Log() public static method

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