C# 클래스 ScreenToGif.Util.LogWriter

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

공개 메소드들

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

Write to Error Log (Text File)

메소드 상세

Log() 공개 정적인 메소드

Write to Error Log (Text File)
public static Log ( Exception ex, string title = "" ) : void
ex System.Exception
title string The name of the error
리턴 void