Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Amoeba
Windows
MainWindow.MyTraceListener
C# Class Amoeba.Windows.MainWindow.MyTraceListener
Inheritance:
System.Diagnostics.TraceListener
Exibir arquivo
Open project: Alliance-Network/Amoeba
Public Methods
Method
Description
MyTraceListener
(
System.DebugLog
debugLog
) :
System
Write
(
string
message
) :
void
WriteLine
(
string
message
) :
void
Method Details
MyTraceListener()
public
method
public
MyTraceListener
(
System.DebugLog
debugLog
) :
System
debugLog
System.DebugLog
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