Uses of Enum Class
org.webrtc.Logging.Severity
Packages that use Logging.Severity
-
Uses of Logging.Severity in io.antmedia.settings
Fields in io.antmedia.settings declared as Logging.SeverityMethods in io.antmedia.settings that return Logging.Severity -
Uses of Logging.Severity in org.webrtc
Fields in org.webrtc declared as Logging.SeverityModifier and TypeFieldDescriptionprivate static Logging.SeverityLogging.loggableSeverityprivate Logging.SeverityPeerConnectionFactory.InitializationOptions.Builder.loggableSeverity(package private) Logging.SeverityPeerConnectionFactory.InitializationOptions.loggableSeverityMethods in org.webrtc that return Logging.SeverityModifier and TypeMethodDescriptionstatic Logging.SeverityReturns the enum constant of this class with the specified name.static Logging.Severity[]Logging.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.webrtc with parameters of type Logging.SeverityModifier and TypeMethodDescriptionstatic voidLogging.enableLogToDebugOutput(Logging.Severity severity) (package private) static voidLogging.injectLoggable(Loggable injectedLoggable, Logging.Severity severity) static voidLogging.log(Logging.Severity severity, String tag, String message) voidLoggable.onLogMessage(String message, Logging.Severity severity, String tag) PeerConnectionFactory.InitializationOptions.Builder.setInjectableLogger(Loggable loggable, Logging.Severity severity) Constructors in org.webrtc with parameters of type Logging.SeverityModifierConstructorDescriptionCallSessionFileRotatingLogSink(String dirPath, int maxFileSize, Logging.Severity severity) privateInitializationOptions(Object applicationContext, String fieldTrials, boolean enableInternalTracer, NativeLibraryLoader nativeLibraryLoader, String nativeLibraryName, Loggable loggable, Logging.Severity loggableSeverity)