Uses of Interface
org.webrtc.Loggable
Packages that use Loggable
-
Uses of Loggable in org.webrtc
Fields in org.webrtc declared as LoggableModifier and TypeFieldDescriptionprivate final Loggable
JNILogging.loggable
private static Loggable
Logging.loggable
private Loggable
PeerConnectionFactory.InitializationOptions.Builder.loggable
(package private) Loggable
PeerConnectionFactory.InitializationOptions.loggable
Methods in org.webrtc with parameters of type LoggableModifier and TypeMethodDescription(package private) static void
Logging.injectLoggable
(Loggable injectedLoggable, Logging.Severity severity) PeerConnectionFactory.InitializationOptions.Builder.setInjectableLogger
(Loggable loggable, Logging.Severity severity) Constructors in org.webrtc with parameters of type LoggableModifierConstructorDescriptionprivate
InitializationOptions
(Object applicationContext, String fieldTrials, boolean enableInternalTracer, NativeLibraryLoader nativeLibraryLoader, String nativeLibraryName, Loggable loggable, Logging.Severity loggableSeverity) JNILogging
(Loggable loggable)