Skip to content

Commit

Permalink
fix: added NOTICE to TinyLogger::printLevel()
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxilef committed Jun 21, 2024
1 parent cdbca41 commit ca122ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TinyLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ class TinyLogger {
case Level::INFO:
str = F("INFO");
break;
case Level::NOTICE:
str = F("NOTICE");
break;
case Level::TRACE:
str = F("TRACE");
break;
Expand Down

0 comments on commit ca122ab

Please sign in to comment.