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
nDump
Logging
NullLogger
C# Class nDump.Logging.NullLogger
Inheritance:
ILogger
ファイルを表示
Open project: SteveMoyer/nDump
Public Methods
Method
Description
Log
(
Exception
ex
) :
void
Log
(
string
message
) :
void
Method Details
Log()
public
method
public
Log
(
Exception
ex
) :
void
ex
System.Exception
return
void
Log()
public
method
public
Log
(
string
message
) :
void
message
string
return
void