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

Add doxygen documentation for LoggerBase #22

Open phillipjohnston opened 3 years ago

phillipjohnston commented 3 years ago

give a summary of the class, the design approach (expanding with custom strategies), and outline functions that the user can/should override.

phillipjohnston commented 3 years ago

Also need to review all of the classes to make sure the comments are up-to-date.