embeddedartistry / arduino-logger

Flexible logging library for the Arduino SDK, allowing the same logging interface to be used with multiple outputs.
MIT License
41 stars 11 forks source link

Create examples showing TRACE(), FUNC(), and PRETTYFUNC() #8

Open phillipjohnston opened 5 years ago

phillipjohnston commented 5 years ago

These macros are supported by the library, but we don't have any examples that show how they are used. We should add some!

You can see them used in the tests, for a reference.

phillipjohnston commented 4 years ago

We should also note in the README whether a new example was created, or where these functions can be seen.