C# Class Itenso.Sys.Logging.LoggerLog4net

Inheritance: LoggerBase, ILogger
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

Méthode Description
Debug ( object message ) : void
Debug ( object message, Exception exception ) : void
DebugFormat ( IFormatProvider provider, string format ) : void
DebugFormat ( string format ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( IFormatProvider provider, string format ) : void
ErrorFormat ( string format ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception exception ) : void
FatalFormat ( IFormatProvider provider, string format ) : void
FatalFormat ( string format ) : void
Info ( object message ) : void
Info ( object message, Exception exception ) : void
InfoFormat ( IFormatProvider provider, string format ) : void
InfoFormat ( string format ) : void
IsEnabledFor ( LoggerLevel level ) : bool
Log ( LoggerLevel level, object message ) : void
Log ( LoggerLevel level, object message, Exception exception ) : void
LogFormat ( LoggerLevel level, IFormatProvider provider, string format ) : void
LogFormat ( LoggerLevel level, string format ) : void
LoggerLog4net ( string name ) : System
PopContext ( ) : void
PushContext ( string context ) : IDisposable
Warn ( object message ) : void
Warn ( object message, Exception exception ) : void
WarnFormat ( IFormatProvider provider, string format ) : void
WarnFormat ( string format ) : void

Method Details

Debug() public méthode

public Debug ( object message ) : void
message object
Résultat void

Debug() public méthode

public Debug ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

DebugFormat() public méthode

public DebugFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

DebugFormat() public méthode

public DebugFormat ( string format ) : void
format string
Résultat void

Error() public méthode

public Error ( object message ) : void
message object
Résultat void

Error() public méthode

public Error ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( string format ) : void
format string
Résultat void

Fatal() public méthode

public Fatal ( object message ) : void
message object
Résultat void

Fatal() public méthode

public Fatal ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

FatalFormat() public méthode

public FatalFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

FatalFormat() public méthode

public FatalFormat ( string format ) : void
format string
Résultat void

Info() public méthode

public Info ( object message ) : void
message object
Résultat void

Info() public méthode

public Info ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

InfoFormat() public méthode

public InfoFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

InfoFormat() public méthode

public InfoFormat ( string format ) : void
format string
Résultat void

IsEnabledFor() public méthode

public IsEnabledFor ( LoggerLevel level ) : bool
level LoggerLevel
Résultat bool

Log() public méthode

public Log ( LoggerLevel level, object message ) : void
level LoggerLevel
message object
Résultat void

Log() public méthode

public Log ( LoggerLevel level, object message, Exception exception ) : void
level LoggerLevel
message object
exception System.Exception
Résultat void

LogFormat() public méthode

public LogFormat ( LoggerLevel level, IFormatProvider provider, string format ) : void
level LoggerLevel
provider IFormatProvider
format string
Résultat void

LogFormat() public méthode

public LogFormat ( LoggerLevel level, string format ) : void
level LoggerLevel
format string
Résultat void

LoggerLog4net() public méthode

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

PopContext() public méthode

public PopContext ( ) : void
Résultat void

PushContext() public méthode

public PushContext ( string context ) : IDisposable
context string
Résultat IDisposable

Warn() public méthode

public Warn ( object message ) : void
message object
Résultat void

Warn() public méthode

public Warn ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

WarnFormat() public méthode

public WarnFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
Résultat void

WarnFormat() public méthode

public WarnFormat ( string format ) : void
format string
Résultat void