C# 클래스 NBot.Log4Net.Log4NetLogger

상속: INBotLog
파일 보기 프로젝트 열기: NBot/NBot

공개 메소드들

메소드 설명
Log4NetLogger ( string name ) : System
WriteDebug ( object message, Exception exception = null ) : void
WriteError ( object message, Exception exception = null ) : void
WriteFatal ( object message, Exception exception = null ) : void
WriteInfo ( object message, Exception exception = null ) : void
WriteWarning ( object message, Exception exception = null ) : void

메소드 상세

Log4NetLogger() 공개 메소드

public Log4NetLogger ( string name ) : System
name string
리턴 System

WriteDebug() 공개 메소드

public WriteDebug ( object message, Exception exception = null ) : void
message object
exception System.Exception
리턴 void

WriteError() 공개 메소드

public WriteError ( object message, Exception exception = null ) : void
message object
exception System.Exception
리턴 void

WriteFatal() 공개 메소드

public WriteFatal ( object message, Exception exception = null ) : void
message object
exception System.Exception
리턴 void

WriteInfo() 공개 메소드

public WriteInfo ( object message, Exception exception = null ) : void
message object
exception System.Exception
리턴 void

WriteWarning() 공개 메소드

public WriteWarning ( object message, Exception exception = null ) : void
message object
exception System.Exception
리턴 void