Method Summary |
|
public Logger | exists(String name) Checks if this logger exists. |
public Enumeration | getCurrentLoggers() Returns all the loggers in this manager. |
public Logger | getLogger(String name) Returns a new logger instance named as the first parameter
using the default factory. |
public Logger | getLogger(String name, LoggerFactory factory) The same as getLogger(String name) but using a factory instance instead of
a default factory. |
public Logger | getRootLogger() Returns the root of this hierarchy. |
public Level | getThreshold() Get the repository-wide threshold. |
public boolean | hookPlugin(String id, ILog log) Hooks a plug-in into this PluginLogManager. |
void | internalShutdown() |
public boolean | isDisabled(int level) Checks if this PluginLogManager is disabled for this level. |
public void | resetConfiguration() Resets configuration values to its defaults. |
public void | setThreshold(Level level) Enable logging for logging requests with level l or higher. |
public void | setThreshold(String level) |
public void | shutdown() |
public boolean | unHookPlugin(String id) Unhooks a plug-in from this PluginLogManager. |