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
hMailServer
Core
Logging
NullLog
C# Class hMailServer.Core.Logging.NullLog
Inheritance:
ILog
ファイルを表示
Open project: hmailserver/hmailserver-net
Public Methods
Method
Description
LogException
(
LogEvent
@event
,
Exception
exception
) :
void
LogInfo
(
LogEvent
@event
) :
void
Method Details
LogException()
public
method
public
LogException
(
LogEvent
@event
,
Exception
exception
) :
void
@event
LogEvent
exception
System.Exception
return
void
LogInfo()
public
method
public
LogInfo
(
LogEvent
@event
) :
void
@event
LogEvent
return
void