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
LogJam
Util
NLogLogger
C# Class LogJam.Util.NLogLogger
Inheritance:
ILog
ファイルを表示
Open project: dbuksbaum/Learning-Caliburn.Micro
Public Methods
Method
Description
Error
(
Exception
exception
) :
void
Info
(
string
format
) :
void
NLogLogger
(
Type
type
) :
System
Warn
(
string
format
) :
void
Method Details
Error()
public
method
public
Error
(
Exception
exception
) :
void
exception
System.Exception
return
void
Info()
public
method
public
Info
(
string
format
) :
void
format
string
return
void
NLogLogger()
public
method
public
NLogLogger
(
Type
type
) :
System
type
System.Type
return
System
Warn()
public
method
public
Warn
(
string
format
) :
void
format
string
return
void