Methods Summary |
---|
public void | addAlertListener(LoggerAlertListener listener)Add LoggerAlertListener for all alerts raised
|
public void | addFileLoggingListener(FileLoggerAdapter listener)
|
public LoggerChannel | getChannel(java.lang.String name)Create a normal logging channel. Multiple calls to this method with the
same name parameter results in different channels.
|
public LoggerChannel[] | getChannels()Retrieve all the channels that have been created for all plugins.
|
public LoggerChannel | getNullChannel(java.lang.String name)Create a logger channel that doesn't output to the standard AZ log.
Add listeners to it if output needs to be routed somewhere.
Multiple calls to this method with the same name parameter results in
different channels
|
public org.gudy.azureus2.plugins.PluginInterface | getPluginInterface()Retrieve the PluginInterface
|
public LoggerChannel | getTimeStampedChannel(java.lang.String name)Create a timestamped logging channel. Multiple calls to this method with
the same name parameter results in different channels.
|
public void | removeAlertListener(LoggerAlertListener listener)Remove previously added Alert Listener
|
public void | removeFileLoggingListener(FileLoggerAdapter listener)
|