C# 클래스 ILoveLucene.Loggers.NLogAdapterToCoreILog

상속: Core.Abstractions.ILog, Caliburn.Micro.Core.Abstractions.ILog
파일 보기 프로젝트 열기: brunomlopes/ILoveLucene

공개 메소드들

메소드 설명
Debug ( string format ) : void
Error ( Exception exception ) : void
Error ( Exception exception, string format ) : void
Info ( string format ) : void
NLogAdapterToCoreILog ( Logger logger ) : System
Warn ( string format ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( string format ) : void
format string
리턴 void

Error() 공개 메소드

public Error ( Exception exception ) : void
exception System.Exception
리턴 void

Error() 공개 메소드

public Error ( Exception exception, string format ) : void
exception System.Exception
format string
리턴 void

Info() 공개 메소드

public Info ( string format ) : void
format string
리턴 void

NLogAdapterToCoreILog() 공개 메소드

public NLogAdapterToCoreILog ( Logger logger ) : System
logger Logger
리턴 System

Warn() 공개 메소드

public Warn ( string format ) : void
format string
리턴 void