JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
pal.util.Logger
Packages that use
Logger
Package
Description
pal.util
Utility classes for sorting etc.
Uses of
Logger
in
pal.util
Classes in
pal.util
that implement
Logger
Modifier and Type
Class
Description
class
Log
Log provides a mechanism for logging and debugging to the standard output stream.
Methods in
pal.util
that return
Logger
Modifier and Type
Method
Description
static
Logger
Log.
getDefaultLogger
()
Methods in
pal.util
with parameters of type
Logger
Modifier and Type
Method
Description
static void
Log.
setDefaultLogger
(
Logger
logger)