public class OperaLogType extends Object
Logs.get(String) request.| Modifier and Type | Field and Description |
|---|---|
static String |
CSS
This log type pertains the logs from the CSS (Cascading Stylesheets) module.
|
static String |
ECMASCRIPT
This log type pertains the logs from ECMAscript in the document.
|
static String |
GEOLOCATION
This log type pertains the logs from the geolocation API.
|
static String |
HTML
This log type pertains the logs from the HTML (quirk) parsing module.
|
static String |
MAIL
This log type pertains the logs from the Opera Mail client, M2.
|
static String |
NETWORK
This log type pertains the logs from the network module.
|
static String |
PERSISTENT_STORAGE
This log type pertains the logs from the web storage (or DOM storage).
|
static String |
PLUGINS
This log type pertains the logs from the plugins module in Opera.
|
static String |
SELFTEST
This log type pertains the logs from the selftest module.
|
static String |
SVG
This log type pertains the logs from the SVG (Scalable Vector Graphics) module.
|
static String |
WEBSOCKETS
This log type pertains the logs from web socket operations in Opera.
|
static String |
XML
This log type pertains the logs from the XML (strict) parsing module.
|
static String |
XSLT
This log type pertains the logs from the XSLT (Extensible Stylesheet Language Transformations)
module.
|
| Constructor and Description |
|---|
OperaLogType() |
public static final String HTML
public static final String XML
public static final String CSS
public static final String ECMASCRIPT
public static final String SVG
public static final String PERSISTENT_STORAGE
public static final String WEBSOCKETS
public static final String GEOLOCATION
public static final String PLUGINS
public static final String MAIL
public static final String NETWORK
public static final String XSLT
public static final String SELFTEST
Copyright © 2013. All Rights Reserved.