public interface Logger
extends java.util.EventListener
Modifier and Type | Interface and Description |
---|---|
static class |
Logger.ListenerList |
static class |
Logger.MessageLevel |
Modifier and Type | Method and Description |
---|---|
void |
log(java.lang.String message,
PluginContextID contextID,
Logger.MessageLevel messageLevel) |
void |
log(java.lang.Throwable t,
PluginContextID contextID) |
void log(java.lang.String message, PluginContextID contextID, Logger.MessageLevel messageLevel)
void log(java.lang.Throwable t, PluginContextID contextID)