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
log4net
Tests
Appender
CategoryTraceListener
C# Class log4net.Tests.Appender.CategoryTraceListener
Inheritance:
System.Diagnostics.TraceListener
ファイルを表示
Open project: aurora-sim/Aurora-Libs
Class Usage Examples
Public Methods
Method
Description
Write
(
string
message
) :
void
Write
(
string
message
,
string
category
) :
void
WriteLine
(
string
message
) :
void
Method Details
Write()
public
method
public
Write
(
string
message
) :
void
message
string
return
void
Write()
public
method
public
Write
(
string
message
,
string
category
) :
void
message
string
category
string
return
void
WriteLine()
public
method
public
WriteLine
(
string
message
) :
void
message
string
return
void