| 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.LoggingAssembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic interface ILoggerExtension
Public Interface ILoggerExtension
public interface class ILoggerExtension
type ILoggerExtension =  interface end
The ILoggerExtension type exposes the following members.
Methods| 
								 
							 | Name | Description | 
|---|
  | BeforeLog | 
            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