File Information
Library: JS/Core
Package: Wrappers
Header: Poco/JS/Core/ConsoleWrapper.h
Description
JavaScript wrapper for Poco::Logger, presenting a Console-style interface as known from web browsers.
Inheritance
Direct Base Classes: Wrapper
All Base Classes: Wrapper
Member Summary
Member Functions: debug, dump, error, info, log, objectTemplate, trace, warn, xassert
Inherited Functions: checkSetResult, isWrapper, objectTemplate, reportEmptySetResult, returnException, returnString, safeUnwrapNative, toString, toV8Internalized, toV8String, unwrapNative, unwrapNativeObject, wrapNative, wrapNativePersistent
Constructors
ConsoleWrapper
Creates the ConsoleWrapper for the root logger.
Destructor
~ConsoleWrapper
~ConsoleWrapper();
Destroys the ConsoleWrapper.
Member Functions
objectTemplate
v8::Handle < v8::ObjectTemplate > objectTemplate(
v8::Isolate * pIsolate
);
debug
static void debug(
const v8::FunctionCallbackInfo < v8::Value > & args
);
dump
static void dump(
const v8::FunctionCallbackInfo < v8::Value > & args
);
error
static void error(
const v8::FunctionCallbackInfo < v8::Value > & args
);
info
static void info(
const v8::FunctionCallbackInfo < v8::Value > & args
);
log
static void log(
const v8::FunctionCallbackInfo < v8::Value > & args
);
trace
static void trace(
const v8::FunctionCallbackInfo < v8::Value > & args
);
warn
static void warn(
const v8::FunctionCallbackInfo < v8::Value > & args
);
xassert
static void xassert(
const v8::FunctionCallbackInfo < v8::Value > & args
);