Class LoggingFilter
Logs information extracted from WorkContext
Inheritance
System.Object
    
    
    
    
    LoggingFilter
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NFX.Wave.Filters
Assembly: NFX.Wave.dll
Syntax
public class LoggingFilter : BeforeAfterFilterBase, IApplicationComponent, IDisposable, INamed, IOrdered
  Constructors
LoggingFilter(WorkDispatcher, IConfigSectionNode)
Declaration
public LoggingFilter(WorkDispatcher dispatcher, IConfigSectionNode confNode)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkDispatcher | dispatcher | |
| IConfigSectionNode | confNode | 
LoggingFilter(WorkDispatcher, String, Int32)
Declaration
public LoggingFilter(WorkDispatcher dispatcher, string name, int order)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkDispatcher | dispatcher | |
| System.String | name | |
| System.Int32 | order | 
LoggingFilter(WorkHandler, IConfigSectionNode)
Declaration
public LoggingFilter(WorkHandler handler, IConfigSectionNode confNode)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkHandler | handler | |
| IConfigSectionNode | confNode | 
LoggingFilter(WorkHandler, String, Int32)
Declaration
public LoggingFilter(WorkHandler handler, string name, int order)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkHandler | handler | |
| System.String | name | |
| System.Int32 | order | 
Fields
VAR_FROM
Declaration
public const string VAR_FROM = "from"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
VAR_TEXT
Declaration
public const string VAR_TEXT = "text"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
VAR_TYPE
Declaration
public const string VAR_TYPE = "type"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Methods
DoAfterWork(WorkContext, JSONDataMap)
Declaration
protected override void DoAfterWork(WorkContext work, JSONDataMap matched)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkContext | work | |
| JSONDataMap | matched | 
Overrides
DoBeforeWork(WorkContext, JSONDataMap)
Declaration
protected override void DoBeforeWork(WorkContext work, JSONDataMap matched)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkContext | work | |
| JSONDataMap | matched | 
Overrides
Implements
      System.IDisposable