Skip to content

Commit

Permalink
fix: init() docs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquikm authored Jan 31, 2024
1 parent 58b945a commit 6841fe8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.5

* Fix some documentation issues

## 0.0.4

* Example app version fix
Expand Down
2 changes: 1 addition & 1 deletion lib/src/the_logger.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TheLogger {
/// * each integer for a level means how many sessions the records with this
/// level will be retained
/// * each next entry will add this number
/// * if [retainStrategy] is empty => {Level.ALL: 100}
/// * if [retainStrategy] is empty => {Level.ALL: 10}
/// So, examples:
///
/// {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: the_logger
description: "A modular logging library for Flutter: supports multiple loggers, storage and filters"
version: 0.0.4
version: 0.0.5
homepage: https://github.com/nesquikm/the_logger

environment:
Expand Down

0 comments on commit 6841fe8

Please sign in to comment.