CapturingLoggerFactoryAdapter overview
CapturingLoggerFactoryAdapter Constructor | Initializes a new instance of the CapturingLoggerFactoryAdapter class. |
LoggerEvents | Holds the list of logged events. |
LastEvent | Holds the last log event received from any of this adapter's loggers. |
AddEvent | CapturingLogger 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) | |
GetLogger | Overloaded. Get a CapturingLogger instance for the given type. |
GetType (inherited from Object) | |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
CapturingLoggerFactoryAdapter Class | Common.Logging.Simple Namespace