Uses of Interface
com.biglybt.pif.logging.LoggerChannel
-
-
Uses of LoggerChannel in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
GlobalManagerFileMerger. log
-
Uses of LoggerChannel in com.biglybt.core.speedmanager
Fields in com.biglybt.core.speedmanager declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
SpeedLimitHandler. logger
-
Uses of LoggerChannel in com.biglybt.core.tracker.alltrackers
Fields in com.biglybt.core.tracker.alltrackers declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
AllTrackersManagerImpl.AllTrackersTrackerImpl. logger
Fields in com.biglybt.core.tracker.alltrackers with type parameters of type LoggerChannel Modifier and Type Field Description private java.util.Map<java.lang.String,LoggerChannel>
AllTrackersManagerImpl. logging_keys
Methods in com.biglybt.core.tracker.alltrackers that return LoggerChannel Modifier and Type Method Description private LoggerChannel
AllTrackersManagerImpl. getLogger(java.lang.String short_key)
-
Uses of LoggerChannel in com.biglybt.pif.logging
Methods in com.biglybt.pif.logging that return LoggerChannel Modifier and Type Method Description LoggerChannel
Logger. getChannel(java.lang.String name)
Create a normal logging channel.LoggerChannel[]
Logger. getChannels()
Retrieve all the channels that have been created for all plugins.LoggerChannel
Logger. getNullChannel(java.lang.String name)
Create a logger channel that doesn't output to the standard AZ log.LoggerChannel
Logger. getTimeStampedChannel(java.lang.String name)
Create a timestamped logging channel. -
Uses of LoggerChannel in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui with parameters of type LoggerChannel Modifier and Type Method Description BasicPluginViewModel
UIManager. createLoggingViewModel(LoggerChannel channel, boolean use_plugin_name)
Creates aBasicPluginViewModel
object primarily to be used for storing logging output. -
Uses of LoggerChannel in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model with parameters of type LoggerChannel Modifier and Type Method Description void
BasicPluginViewModel. attachLoggerChannel(LoggerChannel channel)
Convenience method to configure this model to receive any logged messages on the associated channel and display it in the main window area. -
Uses of LoggerChannel in com.biglybt.pifimpl.local.logging
Classes in com.biglybt.pifimpl.local.logging that implement LoggerChannel Modifier and Type Class Description class
LoggerChannelImpl
Methods in com.biglybt.pifimpl.local.logging that return LoggerChannel Modifier and Type Method Description LoggerChannel
LoggerImpl. getChannel(java.lang.String name)
LoggerChannel[]
LoggerImpl. getChannels()
LoggerChannel
LoggerImpl. getNullChannel(java.lang.String name)
LoggerChannel
LoggerImpl. getTimeStampedChannel(java.lang.String name)
-
Uses of LoggerChannel in com.biglybt.pifimpl.local.ui
Methods in com.biglybt.pifimpl.local.ui with parameters of type LoggerChannel Modifier and Type Method Description BasicPluginViewModel
UIManagerImpl. createLoggingViewModel(LoggerChannel channel, boolean use_plugin_name)
-
Uses of LoggerChannel in com.biglybt.pifimpl.local.ui.model
Methods in com.biglybt.pifimpl.local.ui.model with parameters of type LoggerChannel Modifier and Type Method Description void
BasicPluginViewModelImpl. attachLoggerChannel(LoggerChannel channel)
-
Uses of LoggerChannel in com.biglybt.pifimpl.remote
Fields in com.biglybt.pifimpl.remote declared as LoggerChannel Modifier and Type Field Description protected LoggerChannel
RPRequest. channel
Methods in com.biglybt.pifimpl.remote that return LoggerChannel Modifier and Type Method Description LoggerChannel
RPRequest. getRPLoggerChannel()
Methods in com.biglybt.pifimpl.remote with parameters of type LoggerChannel Modifier and Type Method Description void
RPRequest. setRPLoggerChannel(LoggerChannel channel)
-
Uses of LoggerChannel in com.biglybt.pifimpl.update
Fields in com.biglybt.pifimpl.update declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
PluginUpdatePlugin. log
-
Uses of LoggerChannel in com.biglybt.plugin.dht
Fields in com.biglybt.plugin.dht declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
DHTPlugin. log
-
Uses of LoggerChannel in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
DHTPluginImpl. log
Constructors in com.biglybt.plugin.dht.impl with parameters of type LoggerChannel Constructor Description DHTPluginImpl(PluginInterface _plugin_interface, DHTNATPuncherAdapter _nat_adapter, DHTPluginImplAdapter _adapter, byte _protocol_version, int _network, boolean _v6, java.lang.String _ip, int _port, ActionParameter _reseed, BooleanParameter _warn_user_param, boolean _logging, LoggerChannel _log, DHTLogger _dht_log)
-
Uses of LoggerChannel in com.biglybt.plugin.extseed
Fields in com.biglybt.plugin.extseed declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
ExternalSeedPlugin. log
-
Uses of LoggerChannel in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
BuddyPlugin. logger
-
Uses of LoggerChannel in com.biglybt.plugin.net.netstatus
Fields in com.biglybt.plugin.net.netstatus declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
NetStatusPlugin. logger
-
Uses of LoggerChannel in com.biglybt.plugin.removerules
Fields in com.biglybt.plugin.removerules declared as LoggerChannel Modifier and Type Field Description protected LoggerChannel
DownloadRemoveRulesPlugin. log
-
Uses of LoggerChannel in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
ShareHosterPlugin. log
-
Uses of LoggerChannel in com.biglybt.plugin.startstoprules.always
Fields in com.biglybt.plugin.startstoprules.always declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
RunEverythingPlugin. logger
-
Uses of LoggerChannel in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as LoggerChannel Modifier and Type Field Description protected LoggerChannel
StartStopRulesDefaultPlugin. dlog
protected LoggerChannel
StartStopRulesDefaultPlugin. log
-
Uses of LoggerChannel in com.biglybt.plugin.tracker.dht
Fields in com.biglybt.plugin.tracker.dht declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
DHTTrackerPlugin. log
-
Uses of LoggerChannel in com.biglybt.plugin.tracker.local
Fields in com.biglybt.plugin.tracker.local declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
LocalTrackerPlugin. log
-
Uses of LoggerChannel in com.biglybt.plugin.upnp
Fields in com.biglybt.plugin.upnp declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
UPnPPlugin. log
Methods in com.biglybt.plugin.upnp with parameters of type LoggerChannel Modifier and Type Method Description protected void
UPnPPluginService. checkMapping(LoggerChannel log, UPnPMapping mapping)
protected void
UPnPPluginService. removeMapping(LoggerChannel log, UPnPMapping mapping, boolean end_of_day)
protected void
UPnPPluginService. removeMapping(LoggerChannel log, UPnPMapping upnp_mapping, UPnPPluginService.serviceMapping service_mapping, boolean end_of_day)
-
Uses of LoggerChannel in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
WebPlugin. log
-
Uses of LoggerChannel in com.biglybt.update
Fields in com.biglybt.update declared as LoggerChannel Modifier and Type Field Description protected LoggerChannel
CoreUpdateChecker. log
Methods in com.biglybt.update with parameters of type LoggerChannel Modifier and Type Method Description static void
CorePatchChecker. patchBiglyBT(UpdateCheckInstance instance, java.io.InputStream pis, java.lang.String resource_tag, LoggerChannel log)
Constructors in com.biglybt.update with parameters of type LoggerChannel Constructor Description UpdateJarPatcher(java.io.InputStream input_file, java.io.InputStream patch_file, java.io.OutputStream output_file, LoggerChannel log)
-
Uses of LoggerChannel in com.biglybt.util
Fields in com.biglybt.util declared as LoggerChannel Modifier and Type Field Description private LoggerChannel
LocalResourceHTTPServer. logger
Constructors in com.biglybt.util with parameters of type LoggerChannel Constructor Description LocalResourceHTTPServer(PluginInterface _plugin_interface, LoggerChannel _logger)
-