Uses of Class
dev.onvoid.webrtc.logging.Logging.Severity
-
Packages that use Logging.Severity Package Description dev.onvoid.webrtc.logging -
-
Uses of Logging.Severity in dev.onvoid.webrtc.logging
Methods in dev.onvoid.webrtc.logging that return Logging.Severity Modifier and Type Method Description static Logging.SeverityLogging.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static Logging.Severity[]Logging.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.onvoid.webrtc.logging with parameters of type Logging.Severity Modifier and Type Method Description static voidLogging. addLogSink(Logging.Severity severity, LogSink sink)static voidLogging. log(Logging.Severity severity, String message)static voidLogging. logToDebug(Logging.Severity severity)voidLogSink. onLogMessage(Logging.Severity severity, String message)
-