Class Index | File Index

Classes


Built-In Namespace _global_

Field Summary
Field Attributes Field Name and Description
 
Note that the loading of any additional .js files has been moved to compile time.
 
Method Summary
Method Attributes Method Name and Description
 
_fn()
 
log(msg, sev, dest)
log() is a global utility function that allows you to record messages to the log and to events.
 
p(s, l)
 
TrustType(props)
Field Detail
instance
Note that the loading of any additional .js files has been moved to compile time. Now all .js files are concatenated together rather than calling load() here each time thus reducing the use of PermGen memory.
Defined in: main.js.

JSON

Defined in: json2.js.
Method Detail
_fn()

Defined in: date.js.

log(msg, sev, dest)
log() is a global utility function that allows you to record messages to the log and to events.
Defined in: utils.js.
Parameters:
{String} msg
Message to record (required)
{Number} sev
Numeric severity, use 0-5 (optional)
{Flag} dest
Destination flag, use instance.LOG, instance.EVENT, or instance.LOG|instance.EVENT (optional, defaults to both)

p(s, l)

Defined in: date.js.
Parameters:
s
l

TrustType(props)

Defined in: trusttype.js.
Parameters:
props

©2008
Documentation generated by JsDoc Toolkit 2.0.2 on Thu Oct 07 2010 07:23:16 GMT-0400 (EDT)