Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ScreenToGif
Util
LogWriter
C# Class ScreenToGif.Util.LogWriter
Log Writer Class
ファイルを表示
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