public class StackTraceUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getCaller()
Name of caller for debug/trace/logging purposes.
|
static String |
getCallers(int nBack)
Names of callers for debug/trace/logging purposes.
|
public static String getCaller()
public static String getCallers(int nBack)
nBack
- how far up the stack to go (should be >=1)Copyright © 2013 Metron, Inc.. All rights reserved.