Skip to content

Commit

Permalink
Add parameter to customize frame level offset for caller info (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Dec 6, 2021
1 parent 65b8a4e commit c1f1a0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.9.0

- Add parameter to customize frame level offset for caller info (#8)

## 1.8.1

- Add a return value to the log (#5)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: simple_logger
description: >-
Provides super simple APIs for logging. The log also includes caller info by setting
includeCallerInfo to true. On Android Studio, jump to called location by clicking the log.
version: 1.8.1+1
version: 1.9.0
homepage: https://github.com/mono0926/simple_logger
environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit c1f1a0a

Please sign in to comment.