aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix compilation warningsMichał Łyszczek2018-04-201-6/+6
* add option to disable fractions of seconds in compile timeMichał Łyszczek2018-04-181-2/+12
* add: logging of binary dataMichał Łyszczek2018-04-171-1/+5
* add possibility to always sync do disc chosen log levelsMichał Łyszczek2018-04-151-0/+3
* limited log levels to 8 to save memoryMichał Łyszczek2018-04-151-1/+1
* moved static current_log to el_options structMichał Łyszczek2018-04-141-0/+1
* change EL_FNAME to more logical EL_FPATHMichał Łyszczek2018-04-141-1/+1
* packed el_options struct to save even 28bytes on each el_options object!Michał Łyszczek2018-04-131-9/+9
* add: option to *NOT* print new lines with each messageMichał Łyszczek2018-04-131-0/+2
* add: possibility to remove micro seconds from logMichał Łyszczek2018-04-121-0/+2
* add: shortcut macros for printing with custom optionsMichał Łyszczek2018-04-051-0/+18
* add: support for c++ folks (why would they use it anyway?)Michał Łyszczek2018-04-051-0/+7
* add: feature to print prefix with each messageMichał Łyszczek2018-03-281-0/+2
* fix: data loose on sudden power downMichał Łyszczek2018-03-271-0/+3
* fix: make clock optional (some RTOSes dont implement it)Michał Łyszczek2018-03-261-1/+1
* add: printing to tty (/dev/ttyS0) device directlyMichał Łyszczek2018-03-251-0/+2
* fix: use ifdef instead of if in include to silent WundefMichał Łyszczek2018-03-241-2/+2
* change: shortened option enums, who wants to type so much?Michał Łyszczek2018-01-231-29/+29
* Shortened EL_OPT_OUTPUT to EL_OPT_OUTMichał Łyszczek2017-11-271-1/+1
* Fix clang warningsMichał Łyszczek2017-11-261-2/+2
* Moved el_level_set and el_output_* to el_options to simplify codeMichał Łyszczek2017-11-231-13/+10
* Added printing to custom functionMichał Łyszczek2017-10-201-16/+20
* Refactored log levels (now there are 8 of them instead of 4)Michał Łyszczek2017-08-251-18/+30
* Moved level argument, so user can use 'ELD + n' syntaxMichał Łyszczek2017-08-241-16/+16
* Added cleanup functionsMichał Łyszczek2017-08-241-0/+2
* Added some additional helpful macrosMichał Łyszczek2017-08-231-27/+48
* Fixed validating of some optionsMichał Łyszczek2017-08-131-2/+6
* Added possibility to remove log level from printMichał Łyszczek2017-08-131-3/+6
* Added feature to print log to fileMichał Łyszczek2017-08-131-8/+22
* Changed struct options, to struct el_optionsMichał Łyszczek2017-08-111-11/+11
* Added el_pmemory to print nice memory buffer outputMichał Łyszczek2017-07-291-1/+3
* Splitted some functions into separate filesMichał Łyszczek2017-07-291-0/+2
* Added option to print to many different places)Michał Łyszczek2017-07-261-2/+24
* Added el_print_error function (perror equivalent)Michał Łyszczek2017-07-231-0/+1
* First version, working simple printing to stderrMichał Łyszczek2017-05-252-0/+69