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.Severity
Logging.loggableSeverity
private Logging.Severity
PeerConnectionFactory.InitializationOptions.Builder.loggableSeverity
(package private) Logging.Severity
PeerConnectionFactory.InitializationOptions.loggableSeverity
Methods in org.webrtc that return Logging.SeverityModifier and TypeMethodDescriptionstatic Logging.Severity
Returns 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 void
Logging.enableLogToDebugOutput
(Logging.Severity severity) (package private) static void
Logging.injectLoggable
(Loggable injectedLoggable, Logging.Severity severity) static void
Logging.log
(Logging.Severity severity, String tag, String message) void
Loggable.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) private
InitializationOptions
(Object applicationContext, String fieldTrials, boolean enableInternalTracer, NativeLibraryLoader nativeLibraryLoader, String nativeLibraryName, Loggable loggable, Logging.Severity loggableSeverity)