stackTraceBeginIndex property
The index at which the stack trace should start.
This can be useful if, for instance, Logger is wrapped in another class and you wish to remove these wrapped calls from stack trace
See also:
Implementation
final int stackTraceBeginIndex;