Click or drag to resize
ILoggerExtension Interface
Allows the injection of functionality into the queue logger (and any other loggers that accept an ILoggerExtension in their constructor)

Namespace: AccidentalFish.ApplicationSupport.Core.Logging
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface ILoggerExtension

The ILoggerExtension type exposes the following members.

Methods
  NameDescription
Public methodBeforeLog
Called before the logger actually logs the item giving the extension a view of the item, the exception and an oppurtunity to preent logging occurring.
Top
See Also