aboutsummaryrefslogtreecommitdiffstats
path: root/examples/print-options.c
Commit message (Expand)AuthorAgeFilesLines
* add support for date based log rotationMichał Łyszczek2024-03-011-0/+1
* examples: use new short function for common optionsMichał Łyszczek2024-03-011-1/+16
* examples: changes names of library examplesMichał Łyszczek2021-01-251-1/+3
* examples/print-options.c: fix functions prototypeMichał Łyszczek2021-01-251-3/+3
* examples: add option to build examples as libraryMichał Łyszczek2021-01-251-0/+4
* retabMichał Łyszczek2020-10-241-89/+89
* API change: rename "struct el_options" to "struct el"Michał Łyszczek2019-05-141-4/+4
* ABI/API change: add printing function name with logsMichał Łyszczek2019-03-011-0/+13
* make embedlog print to stderr by defaultMichał Łyszczek2018-11-231-1/+0
* add option to disable fractions of seconds in compile timeMichał Łyszczek2018-04-181-3/+9
* add: option to *NOT* print new lines with each messageMichał Łyszczek2018-04-131-1/+7
* add: possibility to remove micro seconds from logMichał Łyszczek2018-04-121-0/+4
* add: shortcut macros for printing with custom optionsMichał Łyszczek2018-04-051-0/+14
* add: feature to print prefix with each messageMichał Łyszczek2018-03-281-0/+7
* change: remove _OPT_ from options after removing it from embedlog.hMichał Łyszczek2018-01-241-18/+18
* Shortened EL_OPT_OUTPUT to EL_OPT_OUTMichał Łyszczek2017-11-271-1/+1
* Added usage examplesMichał Łyszczek2017-11-271-0/+58