C# Class Itenso.Sys.Logging.LoggerFactoryLog4net

Inheritance: LoggerFactory
Exibir arquivo Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
GetLogger ( string name ) : ILogger
LoggerFactoryLog4net ( ) : System
SetLogFile ( string absoluteLogFileName, bool append, string messagePattern ) : void

Protected Methods

Method Description
CreateMonitor ( ) : ILoggerMonitor

Method Details

CreateMonitor() protected method

protected CreateMonitor ( ) : ILoggerMonitor
return ILoggerMonitor

GetLogger() public method

public GetLogger ( string name ) : ILogger
name string
return ILogger

LoggerFactoryLog4net() public method

public LoggerFactoryLog4net ( ) : System
return System

SetLogFile() public method

public SetLogFile ( string absoluteLogFileName, bool append, string messagePattern ) : void
absoluteLogFileName string
append bool
messagePattern string
return void