Classes Clusters Cluster hierarchy Relations Contracts Flat contracts Go to:
indexing description: "Filter matching on priorities." project: "Project Goanna <http://sourceforge.net/projects/goanna>" library: "log4e" date: "$Date$" revision: "$Revision$" author: "Glenn Maughan <glennmaughan@goanna.info>" copyright: "Copyright (c) 2002 Glenn Maughan" license: "Eiffel Forum License v1 (see forum.txt)." class interface L4E_PRIORITY_MATCH_FILTER create make feature -- Initialization make (priority: L4E_PRIORITY; match_on_filter: BOOLEAN) -- Create filter to match 'priority'. The decision is based on -- the following table: -- -- Match Occurred           Match_on_filter --                       True             False --     True          Filter_accept    Filter_reject --     False         Filter_reject    Filter_accept require priority_exists: priority /= void feature -- Status report decide (event: L4E_EVENT): INTEGER -- Should 'event' be logged. Return one of Filter_accept, -- Filter_reject, or Filter_neutral. end -- class L4E_PRIORITY_MATCH_FILTER
Classes Clusters Cluster hierarchy Relations Contracts Flat contracts Go to:

Goanna Log4E -- Copyright © 2002 Glenn Maughan