Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
TeaseAI_CE
TraceToFileListener
C# Class TeaseAI_CE.TraceToFileListener
Writes Trace to log.txt, with a backup file log_old.txt
Inheritance:
System.Diagnostics.TraceListener
,
IDisposable
Mostrar archivo
Open project: TeaseAI/TeaseAI-CE
Public Methods
Method
Description
Dispose
( ) :
void
TraceToFileListener
( ) :
System
Write
(
string
message
) :
void
WriteLine
(
string
message
) :
void
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Dispose()
protected
method
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void
TraceToFileListener()
public
method
public
TraceToFileListener
( ) :
System
return
System
Write()
public
method
public
Write
(
string
message
) :
void
message
string
return
void
WriteLine()
public
method
public
WriteLine
(
string
message
) :
void
message
string
return
void