C# Class ScreenToGif.Util.LogWriter

Log Writer Class
Show file Open project: dbremner/ScreenToGif

Public Methods

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