JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
de.espirit.common.base.Logger
Packages that use
Logger
Package
Description
de.espirit.common.base
Uses of
Logger
in
de.espirit.common.base
Methods in
de.espirit.common.base
that return
Logger
Modifier and Type
Method
Description
static @NotNull
Logger
Logging.
getLogger
()
Get the
Logger
instance.
Methods in
de.espirit.common.base
with parameters of type
Logger
Modifier and Type
Method
Description
static void
Logging.
init
(@Nullable
Logger
logger)
Initialization of the
Logger
.