JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
net.ME1312.Galaxi.Log.Logger
Packages that use
Logger
Package
Description
net.ME1312.Galaxi.Log
net.ME1312.Galaxi.Plugin
Uses of
Logger
in
net.ME1312.Galaxi.Log
Methods in
net.ME1312.Galaxi.Log
that return
Logger
Modifier and Type
Method
Description
static
Logger
Logger.
get
(
String
prefix)
Get a static logger
Logger
LogStream.
getLogger
()
Get the Logger this stream belongs to
Uses of
Logger
in
net.ME1312.Galaxi.Plugin
Methods in
net.ME1312.Galaxi.Plugin
that return
Logger
Modifier and Type
Method
Description
Logger
PluginInfo.
getLogger
()
Gets the default Logger for this Plugin
Methods in
net.ME1312.Galaxi.Plugin
with parameters of type
Logger
Modifier and Type
Method
Description
void
PluginInfo.
setLogger
(
Logger
value)
Replace this Plugin's Logger with a custom one