Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
static Logging.Severity |
Logging.Severity.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Logging.enableLogToDebugOutput(Logging.Severity severity) |
static void |
Logging.log(Logging.Severity severity,
java.lang.String tag,
java.lang.String message) |
void |
Loggable.onLogMessage(java.lang.String message,
Logging.Severity severity,
java.lang.String tag) |
PeerConnectionFactory.InitializationOptions.Builder |
PeerConnectionFactory.InitializationOptions.Builder.setInjectableLogger(Loggable loggable,
Logging.Severity severity) |
Constructor and Description |
---|
CallSessionFileRotatingLogSink(java.lang.String dirPath,
int maxFileSize,
Logging.Severity severity) |