JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum
elf4j.Level
Packages that use
Level
Package
Description
elf4j
elf4j.util
Uses of
Level
in
elf4j
Methods in
elf4j
that return
Level
Modifier and Type
Method
Description
Level
Logger.
getLevel
()
static
Level
Level.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
Level
[]
Level.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.
Uses of
Level
in
elf4j.util
Methods in
elf4j.util
that return
Level
Modifier and Type
Method
Description
Level
NoopLogger.
getLevel
()