JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Copyright (C) 2013 Andrei Olaru under the GNU General Public License. See
http://www.gnu.org/licenses/
.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.xqhs.util.logging
Interface Debug.DebugItem
All Known Implementing Classes:
Debug.LocalDebugItem
Enclosing class:
Debug
public static interface
Debug.DebugItem
This interface must be implemented by all enumerations of debug constants in order to be able to use them as arguments of method
dbg()
in
LoggerSimple
implementations.
Author:
Andrei Olaru
Method Summary
Methods
Modifier and Type
Method and Description
boolean
toBool
()
Computes the activation state of the constant.
Method Detail
toBool
boolean toBool()
Computes the activation state of the constant. The method is invoked during the
dbg()
call for the specified debug constant.
Returns:
the activation state.
Package
Class
Use
Tree
Deprecated
Index
Help
Copyright (C) 2013 Andrei Olaru under the GNU General Public License. See
http://www.gnu.org/licenses/
.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method