SourceHorizon / logger

Small, easy to use and extensible logger which prints beautiful logs.
https://pub.dev/packages/logger
MIT License
197 stars 33 forks source link

StackTraceBeginIndex not working as expected #14

Closed TrifiAmanallah closed 1 year ago

TrifiAmanallah commented 1 year ago

Setting stackTraceBeginIndex to 1 or 2, dosn't seem to have an effect. Expected result: First line in stack trace should be skipped

Refer to th following issues from old repo: stackTraceBeginIndex not working as expected (fixes #114) stackTraceBeginIndex: 1 vs 0 or 2 appears to have no effect #114

Bungeefan commented 1 year ago

This was already addressed in f7f4779f77ed698de455cadcd008cf9f85d40b6a, this commit just isn't yet on pub.dev. Please try again when this version is being published on pub.dev or via the GitHub link.

If you still think there is something wrong, feel free to ping me to re-open this issue or create a new issue.