indexing
description: "Logging 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_CONSTANTS
feature
Debug_int: INTEGER is 10000
debug_p: L4E_PRIORITY
Error_int: INTEGER is 40000
error_p: L4E_PRIORITY
Fatal_int: INTEGER is 50000
fatal_p: L4E_PRIORITY
Info_int: INTEGER is 20000
info_p: L4E_PRIORITY
Warn_int: INTEGER is 30000
warn_p: L4E_PRIORITY
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- L4E_PRIORITY_CONSTANTS
Goanna Log4E -- Copyright © 2002 Glenn Maughan