C# 클래스 ScreenToGif.Util.Writers.LogWriter

Log Writer Class
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
Log ( Exception ex, string title, object aditional = null ) : void

Write to Error Log (Text File).

메소드 상세

Log() 공개 정적인 메소드

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.
리턴 void