C# Class Itenso.Sys.Logging.LoggerFactory

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

Public Methods

Method Description
GetLogger ( string name ) : ILogger
InitializeLoggerFactory ( string factoryName ) : bool
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 abstract method

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

InitializeLoggerFactory() public static method

public static InitializeLoggerFactory ( string factoryName ) : bool
factoryName string
return bool

SetLogFile() public method

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