C# Класс NBot.Log4Net.Log4NetLogger

Наследование: INBotLog
Показать файл Открыть проект

Открытые методы

Метод Описание
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