C# Class NBot.Log4Net.Log4NetLogger

Inheritance: INBotLog
Afficher le fichier Open project: NBot/NBot

Méthodes publiques

Méthode 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 méthode

public Log4NetLogger ( string name ) : System
name string
Résultat System

WriteDebug() public méthode

public WriteDebug ( object message, Exception exception = null ) : void
message object
exception System.Exception
Résultat void

WriteError() public méthode

public WriteError ( object message, Exception exception = null ) : void
message object
exception System.Exception
Résultat void

WriteFatal() public méthode

public WriteFatal ( object message, Exception exception = null ) : void
message object
exception System.Exception
Résultat void

WriteInfo() public méthode

public WriteInfo ( object message, Exception exception = null ) : void
message object
exception System.Exception
Résultat void

WriteWarning() public méthode

public WriteWarning ( object message, Exception exception = null ) : void
message object
exception System.Exception
Résultat void