Namespace: OpenEdge.Logging.Filter
Type: Interface ILoggerFilter
Parent Classes:
Inherits: Progress.Lang.Object


Copyright (c) 2016-2017 by Progress Software Corporation. All rights reserved.
File:ILoggerFilter
Purpose:Filter functionality definition for a message
Author(s):pjudge
Created:2016-11-16
Notes:* Implementers of this interface can be
- message formatters
- message writers (to disk, file, db etc)
Purpose: Performs implementation-specific filtering for a logger type



Method Summary
  Options Name Purpose
  ExecuteFilter (LogEvent) /** Performs implementation-specific filtering for a logger type @param LogEvent The log event to filter. */

Method Detail
Top

ExecuteFilter (LogEvent)

Purpose: Performs implementation-specific filtering for a logger type
Parameters:
poEvent OpenEdge.Logging.LogEvent