Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
withSIX
Core
Presentation
Wpf
Services
NLogLogger
C# 클래스 withSIX.Core.Presentation.Wpf.Services.NLogLogger
상속:
ILog
파일 보기
프로젝트 열기: SIXNetworks/withSIX.Desktop
공개 메소드들
메소드
설명
Error
(
Exception
exception
) :
void
Info
(
string
format
) :
void
NLogLogger
(
Type
type
) :
System
Warn
(
string
format
) :
void
메소드 상세
Error()
공개
메소드
public
Error
(
Exception
exception
) :
void
exception
System.Exception
리턴
void
Info()
공개
메소드
public
Info
(
string
format
) :
void
format
string
리턴
void
NLogLogger()
공개
메소드
public
NLogLogger
(
Type
type
) :
System
type
System.Type
리턴
System
Warn()
공개
메소드
public
Warn
(
string
format
) :
void
format
string
리턴
void