Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
withSIX
Core
Presentation
Wpf
Services
NLogLogger
C# Class withSIX.Core.Presentation.Wpf.Services.NLogLogger
Inheritance:
ILog
Datei anzeigen
Open project: SIXNetworks/withSIX.Desktop
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