Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: init() docs #4

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading