Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto migrate-gauge-library
  • Loading branch information
Gold872 committed Dec 14, 2024
2 parents a7fae95 + 5ec65e2 commit a284250
Show file tree
Hide file tree
Showing 6 changed files with 327 additions and 303 deletions.
4 changes: 4 additions & 0 deletions lib/services/log.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ class Log {
void debug(dynamic message, [dynamic error, StackTrace? stackTrace]) {
log(Level.debug, message, error, stackTrace);
}

void trace(dynamic message, [dynamic error, StackTrace? stackTrace]) {
log(Level.trace, message, error, stackTrace);
}
}

Log get logger => Log.instance;
Loading

0 comments on commit a284250

Please sign in to comment.