frysk.rsl
Class Callers

java.lang.Object
  extended by frysk.rsl.Callers

public final class Callers
extends Object

Class for constructing a backtrace string.


Method Summary
static String[] callers(Log logger, int max)
          Return the N callers as an array.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

callers

public static String[] callers(Log logger,
                               int max)
Return the N callers as an array.