cgl.hpsearch.shell.system
Class LOG
java.lang.Object
org.mozilla.javascript.ScriptableObject
cgl.hpsearch.shell.system.LOG
- All Implemented Interfaces:
- Scriptable, Serializable
- public class LOG
- extends ScriptableObject
LOG interface for logging using script
Created on Apr 22, 2005
- Author:
- Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
- See Also:
- Serialized Form
|
Constructor Summary |
LOG()
|
|
Method Summary |
String |
getClassName()
|
static Scriptable |
jsConstructor(Context cx,
Object[] args,
Function ctorObj,
boolean inNewExpr)
|
static void |
jsFunction_close(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
|
static void |
jsFunction_debug(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
|
static void |
jsFunction_error(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
|
static void |
jsFunction_fatal(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
|
static void |
jsFunction_info(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
|
static void |
jsFunction_warn(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
|
| Methods inherited from class org.mozilla.javascript.ScriptableObject |
callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, getAllIds, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setParentScope, setPrototype |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public LOG()
jsConstructor
public static Scriptable jsConstructor(Context cx,
Object[] args,
Function ctorObj,
boolean inNewExpr)
getClassName
public String getClassName()
jsFunction_close
public static void jsFunction_close(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
jsFunction_debug
public static void jsFunction_debug(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
jsFunction_info
public static void jsFunction_info(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
jsFunction_warn
public static void jsFunction_warn(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
jsFunction_error
public static void jsFunction_error(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)
jsFunction_fatal
public static void jsFunction_fatal(Context _cx,
Scriptable thisObj,
Object[] args,
Function funObj)