Uses of Interface
com.biglybt.pif.logging.Logger
-
Packages that use Logger Package Description com.biglybt.pif com.biglybt.pif.logging com.biglybt.pifimpl.local com.biglybt.pifimpl.local.logging com.biglybt.pifimpl.remote -
-
Uses of Logger in com.biglybt.pif
Methods in com.biglybt.pif that return Logger Modifier and Type Method Description Logger
PluginInterface. getLogger()
Gives access to the logger -
Uses of Logger in com.biglybt.pif.logging
Methods in com.biglybt.pif.logging that return Logger Modifier and Type Method Description Logger
LoggerChannel. getLogger()
Retrieve the parent Logger object for this LoggerChannel. -
Uses of Logger in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local declared as Logger Modifier and Type Field Description private Logger
PluginInterfaceImpl. logger
Methods in com.biglybt.pifimpl.local that return Logger Modifier and Type Method Description Logger
PluginInterfaceImpl. getLogger()
-
Uses of Logger in com.biglybt.pifimpl.local.logging
Classes in com.biglybt.pifimpl.local.logging that implement Logger Modifier and Type Class Description class
LoggerImpl
Fields in com.biglybt.pifimpl.local.logging declared as Logger Modifier and Type Field Description private Logger
LoggerChannelImpl. logger
Methods in com.biglybt.pifimpl.local.logging that return Logger Modifier and Type Method Description Logger
LoggerChannelImpl. getLogger()
Constructors in com.biglybt.pifimpl.local.logging with parameters of type Logger Constructor Description LoggerChannelImpl(Logger _logger, java.lang.String _name, boolean _timestamp, boolean _no_output)
-
Uses of Logger in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return Logger Modifier and Type Method Description Logger
RPPluginInterface. getLogger()
-