methodCount property
Controls the method count in stack traces when no LogEvent.error was provided.
In case no LogEvent.stackTrace was provided, StackTrace.current will be used to create one.
- Set to
0
in order to disable printing a stack trace without an error parameter. - Set to
null
to remove the method count limit all together.
See also:
Implementation
final int? methodCount;