errorMethodCount property
Controls the method count in stack traces when 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 in case of an error parameter. - Set to
null
to remove the method count limit all together.
See also:
Implementation
final int? errorMethodCount;