webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Static Public Member Functions | List of all members
org.webrtc.Logging Class Reference

Classes

enum  Severity
 
enum  TraceLevel
 

Static Public Member Functions

static void enableLogThreads ()
 
static void enableLogTimeStamps ()
 
static synchronized void enableTracing (String path, EnumSet< TraceLevel > levels)
 
static synchronized void enableLogToDebugOutput (Severity severity)
 
static void log (Severity severity, String tag, String message)
 
static void d (String tag, String message)
 
static void e (String tag, String message)
 
static void w (String tag, String message)
 
static void e (String tag, String message, Throwable e)
 
static void w (String tag, String message, Throwable e)
 
static void v (String tag, String message)
 

Detailed Description

Java wrapper for WebRTC logging.

Member Function Documentation

◆ d()

static void org.webrtc.Logging.d ( String  tag,
String  message 
)
inlinestatic

◆ e() [1/2]

static void org.webrtc.Logging.e ( String  tag,
String  message 
)
inlinestatic

◆ e() [2/2]

static void org.webrtc.Logging.e ( String  tag,
String  message,
Throwable  e 
)
inlinestatic

◆ enableLogThreads()

static void org.webrtc.Logging.enableLogThreads ( )
inlinestatic

◆ enableLogTimeStamps()

static void org.webrtc.Logging.enableLogTimeStamps ( )
inlinestatic

◆ enableLogToDebugOutput()

static synchronized void org.webrtc.Logging.enableLogToDebugOutput ( Severity  severity)
inlinestatic

◆ enableTracing()

static synchronized void org.webrtc.Logging.enableTracing ( String  path,
EnumSet< TraceLevel levels 
)
inlinestatic

◆ log()

static void org.webrtc.Logging.log ( Severity  severity,
String  tag,
String  message 
)
inlinestatic

◆ v()

static void org.webrtc.Logging.v ( String  tag,
String  message 
)
inlinestatic

◆ w() [1/2]

static void org.webrtc.Logging.w ( String  tag,
String  message 
)
inlinestatic

◆ w() [2/2]

static void org.webrtc.Logging.w ( String  tag,
String  message,
Throwable  e 
)
inlinestatic

The documentation for this class was generated from the following file: