Skip to content

Commit

Permalink
📝 Added logging decorators example
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Jun 20, 2024
1 parent a2c159b commit 7dd8bb5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/CeedlingPacket.md
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,17 @@ holds all that stuff if you want).
Ceedling attempts to bring more joy to your console logging. This may include
fancy Unicode characters, emoji, or color.

Example:
```
-----------------------
❌ OVERALL TEST SUMMARY
-----------------------
TESTED: 6
PASSED: 5
FAILED: 1
IGNORED: 0
```

By default, Ceedling makes an educated guess as to which platforms can best
support this. Some platforms (we’re looking at you, Windows) do not typically
have default font support in their terminals for these features. So, by default
Expand Down

0 comments on commit 7dd8bb5

Please sign in to comment.