public final class CallerInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
fullClassName |
int |
lineNumber |
String |
methodName |
String |
shortClassName |
static CallerInfo |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static CallerInfo |
getCaller() |
static CallerInfo |
getCaller(String fqcn) |
String |
toString() |
public static final CallerInfo UNKNOWN
public final String fullClassName
public final String shortClassName
public final String methodName
public final int lineNumber
public static CallerInfo getCaller()
public static CallerInfo getCaller(String fqcn)
fqcn - class name to filter for the stacktrace.
All other stack entries are ignored.Copyright © 2020 net.kawinski. All rights reserved.