indexing description: "Pattern converter for formatting priorities" project: "Project Goanna " library: "log4e" date: "$Date$" revision: "$Revision$" author: "Glenn Maughan " copyright: "Copyright (c) 2001 Glenn Maughan and others" license: "Eiffel Forum Freeware License v1 (see forum.txt)." class L4E_PRIORITY_PATTERN_CONVERTER inherit L4E_PATTERN_CONVERTER creation make feature {NONE} -- Implementation convert (event: L4E_EVENT): STRING is -- Convert conversion specifiers appropriately. do Result := event.priority.level_str end end -- L4E_PRIORITY_PATTERN_CONVERTER