C# Class log4net.Ext.MarshalByRef.MarshalByRefLogImpl

Marshal By Reference implementation of ILog

Logger wrapper that is MarshalByRefObject. These objects can be passed by reference across a remoting boundary.

Inheritance: System.MarshalByRefObject, ILog
Mostra file Open project: aurora-sim/Aurora-Libs

Public Methods

Method Description
Debug ( object message ) : void
Debug ( object message, Exception t ) : void
DebugFormat ( IFormatProvider provider, string format ) : void
DebugFormat ( string format ) : void
DebugFormat ( string format, object arg0 ) : void
DebugFormat ( string format, object arg0, object arg1 ) : void
DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
Error ( object message ) : void
Error ( object message, Exception t ) : void
ErrorFormat ( IFormatProvider provider, string format ) : void
ErrorFormat ( string format ) : void
ErrorFormat ( string format, object arg0 ) : void
ErrorFormat ( string format, object arg0, object arg1 ) : void
ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception t ) : void
FatalFormat ( IFormatProvider provider, string format ) : void
FatalFormat ( string format ) : void
FatalFormat ( string format, object arg0 ) : void
FatalFormat ( string format, object arg0, object arg1 ) : void
FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void
Info ( object message ) : void
Info ( object message, Exception t ) : void
InfoFormat ( IFormatProvider provider, string format ) : void
InfoFormat ( string format ) : void
InfoFormat ( string format, object arg0 ) : void
InfoFormat ( string format, object arg0, object arg1 ) : void
InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
InitializeLifetimeService ( ) : object

Live forever

MarshalByRefLogImpl ( ILogger logger ) : System
Warn ( object message ) : void
Warn ( object message, Exception t ) : void
WarnFormat ( IFormatProvider provider, string format ) : void
WarnFormat ( string format ) : void
WarnFormat ( string format, object arg0 ) : void
WarnFormat ( string format, object arg0, object arg1 ) : void
WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void

Private Methods

Method Description
LoggerRepositoryConfigurationChanged ( object sender, EventArgs e ) : void
ReloadLevels ( ILoggerRepository repository ) : void

Method Details

Debug() public method

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

Debug() public method

public Debug ( object message, Exception t ) : void
message object
t System.Exception
return void

DebugFormat() public method

public DebugFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

DebugFormat() public method

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

DebugFormat() public method

public DebugFormat ( string format, object arg0 ) : void
format string
arg0 object
return void

DebugFormat() public method

public DebugFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

DebugFormat() public method

public DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void

Error() public method

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

Error() public method

public Error ( object message, Exception t ) : void
message object
t System.Exception
return void

ErrorFormat() public method

public ErrorFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

ErrorFormat() public method

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

ErrorFormat() public method

public ErrorFormat ( string format, object arg0 ) : void
format string
arg0 object
return void

ErrorFormat() public method

public ErrorFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

ErrorFormat() public method

public ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void

Fatal() public method

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

Fatal() public method

public Fatal ( object message, Exception t ) : void
message object
t System.Exception
return void

FatalFormat() public method

public FatalFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

FatalFormat() public method

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

FatalFormat() public method

public FatalFormat ( string format, object arg0 ) : void
format string
arg0 object
return void

FatalFormat() public method

public FatalFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

FatalFormat() public method

public FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void

Info() public method

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

Info() public method

public Info ( object message, Exception t ) : void
message object
t System.Exception
return void

InfoFormat() public method

public InfoFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

InfoFormat() public method

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

InfoFormat() public method

public InfoFormat ( string format, object arg0 ) : void
format string
arg0 object
return void

InfoFormat() public method

public InfoFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

InfoFormat() public method

public InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void

InitializeLifetimeService() public method

Live forever
public InitializeLifetimeService ( ) : object
return object

MarshalByRefLogImpl() public method

public MarshalByRefLogImpl ( ILogger logger ) : System
logger ILogger
return System

Warn() public method

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

Warn() public method

public Warn ( object message, Exception t ) : void
message object
t System.Exception
return void

WarnFormat() public method

public WarnFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

WarnFormat() public method

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

WarnFormat() public method

public WarnFormat ( string format, object arg0 ) : void
format string
arg0 object
return void

WarnFormat() public method

public WarnFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

WarnFormat() public method

public WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void