| | Function | Description |
|---|
| | 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. |