Uses of Interface
com.biglybt.pif.logging.LoggerChannel
Packages that use LoggerChannel
Package
Description
-
Uses of LoggerChannel in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.core.helpers
Fields in com.biglybt.core.helpers declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.core.speedmanager
Fields in com.biglybt.core.speedmanager declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.core.tracker.alltrackers
Fields in com.biglybt.core.tracker.alltrackers declared as LoggerChannelModifier and TypeFieldDescriptionprivate LoggerChannelAllTrackersManagerImpl.AllTrackersTrackerImpl.loggerFields in com.biglybt.core.tracker.alltrackers with type parameters of type LoggerChannelModifier and TypeFieldDescriptionprivate Map<String, LoggerChannel> AllTrackersManagerImpl.logging_keysMethods in com.biglybt.core.tracker.alltrackers that return LoggerChannel -
Uses of LoggerChannel in com.biglybt.pif.logging
Methods in com.biglybt.pif.logging that return LoggerChannelModifier and TypeMethodDescriptionLogger.getChannel(String name) Create a normal logging channel.Logger.getChannels()Retrieve all the channels that have been created for all plugins.Logger.getNullChannel(String name) Create a logger channel that doesn't output to the standard AZ log.Logger.getTimeStampedChannel(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 LoggerChannelModifier and TypeMethodDescriptionUIManager.createLoggingViewModel(LoggerChannel channel, boolean use_plugin_name) Creates aBasicPluginViewModelobject 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 LoggerChannelModifier and TypeMethodDescriptionvoidBasicPluginViewModel.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 LoggerChannelMethods in com.biglybt.pifimpl.local.logging that return LoggerChannelModifier and TypeMethodDescriptionLoggerImpl.getChannel(String name) LoggerImpl.getChannels()LoggerImpl.getNullChannel(String name) LoggerImpl.getTimeStampedChannel(String name) -
Uses of LoggerChannel in com.biglybt.pifimpl.local.ui
Methods in com.biglybt.pifimpl.local.ui with parameters of type LoggerChannelModifier and TypeMethodDescriptionUIManagerImpl.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 LoggerChannelModifier and TypeMethodDescriptionvoidBasicPluginViewModelImpl.attachLoggerChannel(LoggerChannel channel) -
Uses of LoggerChannel in com.biglybt.pifimpl.remote
Fields in com.biglybt.pifimpl.remote declared as LoggerChannelMethods in com.biglybt.pifimpl.remote that return LoggerChannelMethods in com.biglybt.pifimpl.remote with parameters of type LoggerChannel -
Uses of LoggerChannel in com.biglybt.pifimpl.update
Fields in com.biglybt.pifimpl.update declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.plugin.dht
Fields in com.biglybt.plugin.dht declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as LoggerChannelConstructors in com.biglybt.plugin.dht.impl with parameters of type LoggerChannelModifierConstructorDescriptionDHTPluginImpl(DHTPlugin _dht_plugin, PluginInterface _plugin_interface, DHTNATPuncherAdapter _nat_adapter, DHTPluginImplAdapter _adapter, byte _protocol_version, int _network, boolean _v6, 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 -
Uses of LoggerChannel in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.plugin.net.netstatus
Fields in com.biglybt.plugin.net.netstatus declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.plugin.removerules
Fields in com.biglybt.plugin.removerules declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.plugin.simpleapi
Fields in com.biglybt.plugin.simpleapi declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.plugin.startstoprules.always
Fields in com.biglybt.plugin.startstoprules.always declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as LoggerChannelModifier and TypeFieldDescriptionprotected LoggerChannelStartStopRulesDefaultPlugin.dlogprotected LoggerChannelStartStopRulesDefaultPlugin.log -
Uses of LoggerChannel in com.biglybt.plugin.tracker.dht
Fields in com.biglybt.plugin.tracker.dht declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.plugin.tracker.local
Fields in com.biglybt.plugin.tracker.local declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.plugin.upnp
Fields in com.biglybt.plugin.upnp declared as LoggerChannelMethods in com.biglybt.plugin.upnp with parameters of type LoggerChannelModifier and TypeMethodDescriptionvoidUPnPPluginService.checkMapping(LoggerChannel log, UPnPMapping mapping) voidUPnPPluginServiceFirewall.checkMapping(LoggerChannel log, UPnPMapping mapping) voidUPnPPluginServiceWAN.checkMapping(LoggerChannel log, UPnPMapping mapping) voidUPnPPluginService.removeMapping(LoggerChannel log, UPnPMapping mapping, boolean end_of_day) voidUPnPPluginServiceFirewall.removeMapping(LoggerChannel log, UPnPMapping mapping, boolean end_of_day) protected voidUPnPPluginServiceFirewall.removeMapping(LoggerChannel log, UPnPMapping upnp_mapping, UPnPPluginServiceFirewall.ServiceMappingImpl service_mapping, boolean end_of_day) voidUPnPPluginServiceWAN.removeMapping(LoggerChannel log, UPnPMapping mapping, boolean end_of_day) protected voidUPnPPluginServiceWAN.removeMapping(LoggerChannel log, UPnPMapping upnp_mapping, UPnPPluginServiceWAN.ServiceMappingImpl service_mapping, boolean end_of_day) -
Uses of LoggerChannel in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin declared as LoggerChannel -
Uses of LoggerChannel in com.biglybt.update
Fields in com.biglybt.update declared as LoggerChannelMethods in com.biglybt.update with parameters of type LoggerChannelModifier and TypeMethodDescriptionstatic voidCorePatchChecker.patchBiglyBT(UpdateCheckInstance instance, InputStream pis, String resource_tag, LoggerChannel log) Constructors in com.biglybt.update with parameters of type LoggerChannelModifierConstructorDescriptionprotectedUpdateJarPatcher(InputStream input_file, InputStream patch_file, OutputStream output_file, LoggerChannel log) -
Uses of LoggerChannel in com.biglybt.util
Fields in com.biglybt.util declared as LoggerChannelConstructors in com.biglybt.util with parameters of type LoggerChannelModifierConstructorDescriptionLocalResourceHTTPServer(PluginInterface _plugin_interface, LoggerChannel _logger)