Packagecom.asfusion.mate.utils.debug
Classpublic class DebuggerUtil

DebuggerUtil is a helper class used to build strings describing errors for debugging purposes



Public Methods
 MethodDefined by
  
getClassName(object:Object):String
[static] Returns a string with only the class name and without the full path.
DebuggerUtil
Method detail
getClassName()method
public static function getClassName(object:Object):String

Returns a string with only the class name and without the full path.

Parameters
object:Object

Returns
String