Uses of Enum Class
dev.onvoid.webrtc.logging.Logging.Severity
Packages that use Logging.Severity
-
Uses of Logging.Severity in dev.onvoid.webrtc.logging
Methods in dev.onvoid.webrtc.logging 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 dev.onvoid.webrtc.logging with parameters of type Logging.SeverityModifier and TypeMethodDescriptionstatic void
Logging.addLogSink
(Logging.Severity severity, LogSink sink) static void
Logging.log
(Logging.Severity severity, String message) static void
Logging.logToDebug
(Logging.Severity severity) void
LogSink.onLogMessage
(Logging.Severity severity, String message)