public class Console extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
Console(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static Console |
$as(Object obj) |
void |
clear() |
void |
count() |
void |
count(String countTitle) |
void |
debug(String message) |
void |
debug(String message,
Object... optionalParams) |
void |
dir(Object value) |
void |
dir(Object value,
Object... optionalParams) |
void |
dirxml(Object value) |
void |
error(Object message) |
void |
error(Object message,
Object... optionalParams) |
void |
group() |
void |
group(String groupTitle) |
void |
groupCollapsed() |
void |
groupCollapsed(String groupTitle) |
void |
groupEnd() |
void |
info(Object message) |
void |
info(Object message,
Object... optionalParams) |
void |
log(Object message) |
void |
log(Object message,
Object... optionalParams) |
Boolean |
msIsIndependentlyComposed(Element element) |
void |
profile() |
void |
profile(String reportName) |
void |
profileEnd() |
void |
select(Element element) |
void |
time() |
void |
time(String timerName) |
void |
timeEnd() |
void |
timeEnd(String timerName) |
void |
trace() |
void |
warn(Object message) |
void |
warn(Object message,
Object... optionalParams) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected Console(Objs.Constructor<?> c, Object js)
public void clear()
public void count(String countTitle)
public void count()
public void debug(String message)
public void dir(Object value)
public void dirxml(Object value)
public void error(Object message)
public void group(String groupTitle)
public void group()
public void groupCollapsed(String groupTitle)
public void groupCollapsed()
public void groupEnd()
public void info(Object message)
public void log(Object message)
public void profile(String reportName)
public void profile()
public void profileEnd()
public void select(Element element)
public void time(String timerName)
public void time()
public void timeEnd(String timerName)
public void timeEnd()
public void trace()
public void warn(Object message)
Copyright © 2018. All rights reserved.