Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Sample
Common
Tracing
ObservableTraceListener
C# Class Sample.Common.Tracing.ObservableTraceListener
Inheritance:
System.Diagnostics.TraceListener
显示文件
Open project: PeteGoo/Pushqa
Public Methods
Method
Description
Write
(
string
message
) :
void
WriteLine
(
string
message
) :
void
Method Details
Write()
public
method
public
Write
(
string
message
) :
void
message
string
return
void
WriteLine()
public
method
public
WriteLine
(
string
message
) :
void
message
string
return
void