C# Class Castle.Services.Logging.Log4netIntegration.Log4netLogger

Inheritance: System.MarshalByRefObject, Castle.Core.Logging.ILogger
Mostrar archivo Open project: nats/castle-1.0.3-mono

Private Properties

Property Type Description
FatalError void
FatalError void
Log4netLogger
Log4netLogger

Public Methods

Method Description
CreateChildLogger ( String name ) : Castle.Core.Logging.ILogger
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 ( 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 ( 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 ( 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
Log4netLogger ( ILogger logger, Log4netFactory factory )
ToString ( ) : string
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
FatalError ( String format ) : void
FatalError ( String message, Exception exception ) : void
Log4netLogger ( )
Log4netLogger ( log4net.ILog log, Log4netFactory factory )

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 ( 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 ( 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 ( 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 ( 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

Log4netLogger() public method

public Log4netLogger ( ILogger logger, Log4netFactory factory )
logger ILogger
factory Log4netFactory

ToString() public method

public ToString ( ) : string
return string

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