stackTraceBeginIndex property

int stackTraceBeginIndex
final

The index which to begin the stack trace at

This can be useful if, for instance, Logger is wrapped in another class and you wish to remove these wrapped calls from stack trace

Implementation

final int stackTraceBeginIndex;