Common Logging 2.0 API Reference

CapturingLoggerFactoryAdapter Members

CapturingLoggerFactoryAdapter overview

Public Instance Constructors

CapturingLoggerFactoryAdapter Constructor Initializes a new instance of the CapturingLoggerFactoryAdapter class.

Public Instance Fields

LoggerEvents Holds the list of logged events.

Public Instance Properties

LastEvent Holds the last log event received from any of this adapter's loggers.

Public Instance Methods

AddEventCapturingLogger instances send their captured log events to this method.
Clear Clears all captured events
ClearLastEvent Resets the LastEvent to null.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetLoggerOverloaded. Get a CapturingLogger instance for the given type.
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

CapturingLoggerFactoryAdapter Class | Common.Logging.Simple Namespace