Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Endjin
Assembly
ChangeDetection
Infrastructure
NullTraceListener
C# Class Endjin.Assembly.ChangeDetection.Infrastructure.NullTraceListener
Inheritance:
TraceListener
Show file
Open project: endjin/Endjin.Assembly.ChangeDetection
Public Methods
Method
Description
Write
(
string
message
) :
void
WriteLine
(
object
o
) :
void
WriteLine
(
string
message
) :
void
Method Details
Write()
public
method
public
Write
(
string
message
) :
void
message
string
return
void
WriteLine()
public
method
public
WriteLine
(
object
o
) :
void
o
object
return
void
WriteLine()
public
method
public
WriteLine
(
string
message
) :
void
message
string
return
void