C# Class Orchard.Logging.OrchardLog4netLogger

Inheritance: System.MarshalByRefObject, Castle.Core.Logging.ILogger, IShim
Mostrar archivo Open project: ucdavis/Orchard

Private Properties

Property Type Description
Debug void
Error void
Fatal void
FatalError void
FatalError void
Info void
OrchardLog4netLogger System
OrchardLog4netLogger System
Warn void

Public Methods

Method 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

Method 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 method

public CreateChildLogger ( String name ) : Castle.Core.Logging.ILogger
name String
return Castle.Core.Logging.ILogger

Debug() public method

public Debug ( Func messageFactory ) : void
messageFactory Func
return void

Debug() public method

public Debug ( String message ) : void
message String
return void

Debug() public method

public Debug ( String message, Exception exception ) : void
message String
exception System.Exception
return void

DebugFormat() public method

public DebugFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
return void

DebugFormat() public method

public DebugFormat ( Exception exception, String format ) : void
exception System.Exception
format String
return void

DebugFormat() public method

public DebugFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
return void

DebugFormat() public method

public DebugFormat ( String format ) : void
format String
return void

Error() public method

public Error ( Func messageFactory ) : void
messageFactory Func
return void

Error() public method

public Error ( String message ) : void
message String
return void

Error() public method

public Error ( String message, Exception exception ) : void
message String
exception System.Exception
return void

ErrorFormat() public method

public ErrorFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
return void

ErrorFormat() public method

public ErrorFormat ( Exception exception, String format ) : void
exception System.Exception
format String
return void

ErrorFormat() public method

public ErrorFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
return void

ErrorFormat() public method

public ErrorFormat ( String format ) : void
format String
return void

Fatal() public method

public Fatal ( Func messageFactory ) : void
messageFactory Func
return void

Fatal() public method

public Fatal ( String message ) : void
message String
return void

Fatal() public method

public Fatal ( String message, Exception exception ) : void
message String
exception System.Exception
return void

FatalFormat() public method

public FatalFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
return void

FatalFormat() public method

public FatalFormat ( Exception exception, String format ) : void
exception System.Exception
format String
return void

FatalFormat() public method

public FatalFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
return void

FatalFormat() public method

public FatalFormat ( String format ) : void
format String
return void

Info() public method

public Info ( Func messageFactory ) : void
messageFactory Func
return void

Info() public method

public Info ( String message ) : void
message String
return void

Info() public method

public Info ( String message, Exception exception ) : void
message String
exception System.Exception
return void

InfoFormat() public method

public InfoFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
return void

InfoFormat() public method

public InfoFormat ( Exception exception, String format ) : void
exception System.Exception
format String
return void

InfoFormat() public method

public InfoFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
return void

InfoFormat() public method

public InfoFormat ( String format ) : void
format String
return void

OrchardLog4netLogger() public method

public OrchardLog4netLogger ( log4net logger, OrchardLog4netFactory factory ) : System
logger log4net
factory OrchardLog4netFactory
return System

ToString() public method

public ToString ( ) : string
return string

Warn() public method

public Warn ( Func messageFactory ) : void
messageFactory Func
return void

Warn() public method

public Warn ( String message ) : void
message String
return void

Warn() public method

public Warn ( String message, Exception exception ) : void
message String
exception System.Exception
return void

WarnFormat() public method

public WarnFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
return void

WarnFormat() public method

public WarnFormat ( Exception exception, String format ) : void
exception System.Exception
format String
return void

WarnFormat() public method

public WarnFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
return void

WarnFormat() public method

public WarnFormat ( String format ) : void
format String
return void