C# Class Orchard.Logging.OrchardLog4netLogger

Inheritance: System.MarshalByRefObject, Castle.Core.Logging.ILogger, IShim
Afficher le fichier Open project: ucdavis/Orchard

Private Properties

Свойство Type Description
Debug void
Error void
Fatal void
FatalError void
FatalError void
Info void
OrchardLog4netLogger System
OrchardLog4netLogger System
Warn void

Méthodes publiques

Méthode Description
CreateChildLogger ( String name ) : Castle.Core.Logging.ILogger
Debug ( Func messageFactory ) : void
Debug ( String message ) : void
Debug ( String message, Exception exception ) : void
DebugFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
DebugFormat ( Exception exception, String format ) : void
DebugFormat ( IFormatProvider formatProvider, String format ) : void
DebugFormat ( String format ) : void
Error ( Func messageFactory ) : void
Error ( String message ) : void
Error ( String message, Exception exception ) : void
ErrorFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
ErrorFormat ( Exception exception, String format ) : void
ErrorFormat ( IFormatProvider formatProvider, String format ) : void
ErrorFormat ( String format ) : void
Fatal ( Func messageFactory ) : void
Fatal ( String message ) : void
Fatal ( String message, Exception exception ) : void
FatalFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
FatalFormat ( Exception exception, String format ) : void
FatalFormat ( IFormatProvider formatProvider, String format ) : void
FatalFormat ( String format ) : void
Info ( Func messageFactory ) : void
Info ( String message ) : void
Info ( String message, Exception exception ) : void
InfoFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
InfoFormat ( Exception exception, String format ) : void
InfoFormat ( IFormatProvider formatProvider, String format ) : void
InfoFormat ( String format ) : void
OrchardLog4netLogger ( log4net logger, OrchardLog4netFactory factory ) : System
ToString ( ) : string
Warn ( Func messageFactory ) : void
Warn ( String message ) : void
Warn ( String message, Exception exception ) : void
WarnFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
WarnFormat ( Exception exception, String format ) : void
WarnFormat ( IFormatProvider formatProvider, String format ) : void
WarnFormat ( String format ) : void

Private Methods

Méthode Description
Debug ( string format ) : void
Error ( string format ) : void
Fatal ( string format ) : void
FatalError ( string message ) : void
FatalError ( string message, Exception exception ) : void
Info ( string format ) : void
OrchardLog4netLogger ( ) : System
OrchardLog4netLogger ( log4net.ILog log, OrchardLog4netFactory factory ) : System
Warn ( string format ) : void

Method Details

CreateChildLogger() public méthode

public CreateChildLogger ( String name ) : Castle.Core.Logging.ILogger
name String
Résultat Castle.Core.Logging.ILogger

Debug() public méthode

public Debug ( Func messageFactory ) : void
messageFactory Func
Résultat void

Debug() public méthode

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

Debug() public méthode

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

DebugFormat() public méthode

public DebugFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
Résultat void

DebugFormat() public méthode

public DebugFormat ( Exception exception, String format ) : void
exception System.Exception
format String
Résultat void

DebugFormat() public méthode

public DebugFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider 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 ( Func messageFactory ) : void
messageFactory Func
Résultat void

Error() public méthode

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

Error() public méthode

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

ErrorFormat() public méthode

public ErrorFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( Exception exception, String format ) : void
exception System.Exception
format String
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider 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 ( Func messageFactory ) : void
messageFactory Func
Résultat void

Fatal() public méthode

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

Fatal() public méthode

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

FatalFormat() public méthode

public FatalFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
Résultat void

FatalFormat() public méthode

public FatalFormat ( Exception exception, String format ) : void
exception System.Exception
format String
Résultat void

FatalFormat() public méthode

public FatalFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider 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 ( Func messageFactory ) : void
messageFactory Func
Résultat void

Info() public méthode

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

Info() public méthode

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

InfoFormat() public méthode

public InfoFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
Résultat void

InfoFormat() public méthode

public InfoFormat ( Exception exception, String format ) : void
exception System.Exception
format String
Résultat void

InfoFormat() public méthode

public InfoFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
Résultat void

InfoFormat() public méthode

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

OrchardLog4netLogger() public méthode

public OrchardLog4netLogger ( log4net logger, OrchardLog4netFactory factory ) : System
logger log4net
factory OrchardLog4netFactory
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Warn() public méthode

public Warn ( Func messageFactory ) : void
messageFactory Func
Résultat void

Warn() public méthode

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

Warn() public méthode

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

WarnFormat() public méthode

public WarnFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
Résultat void

WarnFormat() public méthode

public WarnFormat ( Exception exception, String format ) : void
exception System.Exception
format String
Résultat void

WarnFormat() public méthode

public WarnFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
Résultat void

WarnFormat() public méthode

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