C# Class log4net.Ext.Trace.TraceLogImpl

Inheritance: log4net.Core.LogImpl, ITraceLog
Mostra file Open project: aurora-sim/Aurora-Libs

Public Methods

Method Description
Trace ( object message ) : void
Trace ( object message, System t ) : void
TraceFormat ( IFormatProvider provider, string format ) : void
TraceFormat ( string format ) : void
TraceLogImpl ( ILogger logger ) : System

Protected Methods

Method Description
ReloadLevels ( log4net repository ) : void

Lookup the current value of the TRACE level

Method Details

ReloadLevels() protected method

Lookup the current value of the TRACE level
protected ReloadLevels ( log4net repository ) : void
repository log4net
return void

Trace() public method

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

Trace() public method

public Trace ( object message, System t ) : void
message object
t System
return void

TraceFormat() public method

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

TraceFormat() public method

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

TraceLogImpl() public method

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