Skip to content

Commit

Permalink
feat: c++ compatible, overridable configuration and few improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
n67094 committed Jun 21, 2023
1 parent a6fa8f9 commit b549082
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 218 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ make

c.f logger.h for options

this is how to override default configuration

```
/* configuration */
#define LOGGER_IN_FILE 0
#define LOGGER_INIT_MSG "Hello world !"
#include "logger.h"
LoggerInit();
...
LoggerClose();
```

## Notes

Feel free to report bugs and improvements
Expand Down
Loading

0 comments on commit b549082

Please sign in to comment.