Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
  • Loading branch information
thibaultmeyer committed Oct 28, 2021
1 parent 679d562 commit af2d652
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,14 @@ int main(void) {
| Syslog | diurna_appender_syslog_create(void) ||


## Create your own appender

Creating a new appender is very simple, you need to initialize an instance of
`struct s_diurna_appender` in which you have defined, at least, the function
`f_appender_write`.

Feel free to consult the source code of the built-in appender on `./src/appender/`.


## License
This project is released under terms of the [MIT license](https://github.com/thibaultmeyer/libdiurna/blob/master/LICENSE).

0 comments on commit af2d652

Please sign in to comment.