C# Class NBot.Log4Net.Log4NetLogger

Inheritance: INBotLog
ファイルを表示 Open project: NBot/NBot

Public Methods

Method Description
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

Method Details

Log4NetLogger() public method

public Log4NetLogger ( string name ) : System
name string
return System

WriteDebug() public method

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

WriteError() public method

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

WriteFatal() public method

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

WriteInfo() public method

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

WriteWarning() public method

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