Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SpottedZebra
PowerTools
CommandLine
NLogAdapter
C# Class SpottedZebra.PowerTools.CommandLine.NLogAdapter
Inheritance:
ILogAdapter
Exibir arquivo
Open project: aschearer/image-powertools
Class Usage Examples
Public Methods
Method
Description
Error
(
string
format
) :
void
Info
(
string
format
) :
void
NLogAdapter
(
Logger
logger
) :
System
Warn
(
string
format
) :
void
Method Details
Error()
public
method
public
Error
(
string
format
) :
void
format
string
return
void
Info()
public
method
public
Info
(
string
format
) :
void
format
string
return
void
NLogAdapter()
public
method
public
NLogAdapter
(
Logger
logger
) :
System
logger
Logger
return
System
Warn()
public
method
public
Warn
(
string
format
) :
void
format
string
return
void