JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
net.sf.persism.logging.LogMode
Packages that use
LogMode
Package
Description
net.sf.persism.logging
Persism Logging.
Uses of
LogMode
in
net.sf.persism.logging
Methods in
net.sf.persism.logging
that return
LogMode
Modifier and Type
Method
Description
final
LogMode
AbstractLogger.
getLogMode()
static
LogMode
LogMode.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
LogMode
[]
LogMode.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.