/** * Used to display a stack trace from the current location. Uses level DEFAULT. * * @param v Displayable object to makr where you are * @param level level of this debug statement */ public static void whereAmI(int level, Object v) { debug.whereAmI(level, v); }
/** * Used to display a stack trace from the current location. Uses level DEFAULT. * * @param v Displayable object to makr where you are */ public static void whereAmI(Object v) { debug.whereAmI(v); }