Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Mar 16, 2024
1 parent 653316d commit 5404121
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3

- Change associated to stackTrace

# 0.2.2

- Add associated
Expand Down
4 changes: 2 additions & 2 deletions lib/src/log.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ class LogEvent {
final String? id;
final StackTrace? logPointStackTrace;

LogEvent(this.level, this.obj, this.override, this.append,
this.stackTrace, this.time, this.id, this.logPointStackTrace);
LogEvent(this.level, this.obj, this.override, this.append, this.stackTrace,
this.time, this.id, this.logPointStackTrace);
}

enum LogFeature {
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: rewind
description: A logging tool that enables you to record any data, with full customization of what is captured and the appearance of your logs at every logging level.
version: 0.2.2
version: 0.3.0
repository: https://github.com/mcmah309/anyhow_logging

environment:
Expand Down

0 comments on commit 5404121

Please sign in to comment.