property
 propertyDescription
 SWF_SHORT_URL The URL of the currently running SWF in its short form (just the file name). 
 SWF_URL The URL of the currently running SWF. 
Functions
 FunctionDescription
 allProperties Returns a array with all public accessible properties of a object.
 captureUncaughtErrors Util that redirects the uncaught global errors to the log as fatal messages.
 clone Copies/Clones any generic object.
 flatten Flattens a tree of arrays to one array.
 here Extracts the current method name/linenumber from the calling position if possible.
 instantiate Util to instantiate classes.
 jsonXify Creates a json string from a given object.
 levelToName Returns the name for a level as String.
 locationFromStackTrace Parses one location from the given stacktrace and gives it in a logging compatible format.
 logRuntimeInfo Logs as much informations about the current runtime as it can get.
 objectify Introspects a object, makes it js transferable and returns it.
 passToFactory Logs a list of log statements to a factory.
 passToTarget Logs a list of log statements to a log target.
 regExpFromString Transforms a string that contains regular regexp syntax to a working RegExp instance.
 removeDuplicates Removes duplicates in an array.
 toLogName Transforms a input class or object to a viable logger name.
Constants
 ConstantDescription
 GMT GMT offset of the running swf.
 IS_DEBUGGER High performance access to "Capabilities.isDebugger" (roughly 15times faster)
 LEVEL_NAMES High speed access to the common names for levels (also used by levelToName)
 START_TIME Time when this swf started in ms since 1970.
 URL_ERROR Default errors for the URL variables.
Classes
 ClassDescription
 LogMessageFormatter A Formatter that formats a message string using a pattern.
 SWFInfo SWFInfo collects informations about the running SWF.