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
Fatal_int: INTEGER is 50000
Error_int: INTEGER is 40000
Warn_int: INTEGER is 30000
Info_int: INTEGER is 20000
Debug_int: INTEGER is 10000
fatal_p: L4E_PRIORITY
error_p: L4E_PRIORITY
warn_p: L4E_PRIORITY
info_p: L4E_PRIORITY
debug_p: L4E_PRIORITY
end -- L4E_PRIORITY_CONSTANTS
Goanna Log4E -- Copyright © 2002 Glenn Maughan