public class ILogService extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<ILogCall> |
debug |
Objs.Property<ILogCall> |
error |
Objs.Property<ILogCall> |
info |
Objs.Property<ILogCall> |
log |
Objs.Property<ILogCall> |
warn |
Modifier | Constructor and Description |
---|---|
protected |
ILogService(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ILogService |
$as(Object obj) |
void |
debug(Object... args) |
void |
error(Object... args) |
void |
info(Object... args) |
void |
log(Object... args) |
void |
warn(Object... args) |
$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
public Objs.Property<ILogCall> debug
public Objs.Property<ILogCall> error
public Objs.Property<ILogCall> info
public Objs.Property<ILogCall> log
public Objs.Property<ILogCall> warn
protected ILogService(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.