Commit Graph

20 Commits

Author SHA1 Message Date
Davide Paro
57b4bdfb38 Merge branch 'master' of https://github.com/dparo/log.c
* 'master' of https://github.com/dparo/log.c:
  Updated LOG_C
2021-12-16 21:19:58 +01:00
Davide Paro
d2f9d62d19 Updated LOG_C 2021-12-16 21:19:49 +01:00
Davide Paro
8c549ec638 Updated LOG_C 2021-12-16 21:19:15 +01:00
Davide Paro
b6699aa05a Fixed some stuff. 2021-10-19 18:41:37 +02:00
Davide Paro
add04ef1d6 Fixed some stuff. 2021-10-19 18:37:06 +02:00
Davide Paro
783a0070e5 Changed log level. 2021-10-18 18:49:29 +02:00
Davide Paro
b89f2203e7 Nicer logging 2021-02-14 20:48:08 +01:00
Davide Paro
793b9365ce Fixed bug 2021-02-14 18:05:33 +01:00
Davide Paro
f0933c40a1 Small fix for RXI logc. 2021-02-14 17:54:54 +01:00
Davide Paro
e44bbdba86 RXI_LOGC_DEFAULT_LEVEL 2021-02-14 17:52:08 +01:00
Davide Paro
a804dcb4b6 Avoid GCC complaining about redefinition of macros 2021-02-12 00:28:12 +01:00
Davide Paro
815e0d909d
Moved the define at the top 2021-02-12 00:25:34 +01:00
Davide Paro
3e5970eb11
GCC style printf attrib for checking correct usage of format arguments
Defined RXI_LOGC_FMT_ATTRIB which expands to nothing in case __GNUC__ is not defined.
It's purpose is to provide printf style checking enforced from the compiler where supported
2021-02-12 00:22:47 +01:00
rxi
f9ea34994b Fixed iteration when all callback slots are occupied 2020-06-20 12:42:47 +01:00
rxi
822e6c8b1b Updated copyright year: 2017 => 2020 2020-06-20 08:57:53 +01:00
rxi
9e44c2491d Updated README 2020-06-20 08:57:22 +01:00
rxi
4c5da2155e Updated to use callback based system 2020-06-20 08:54:58 +01:00
rxi
783d481e07 Added use of fflush() to log_log() 2018-07-21 09:45:43 +01:00
rxi
b7414f3468 Fixed log.h license header comment 2017-03-12 20:08:58 +00:00
rxi
a1d3848ab6 Initial commit 2017-03-12 14:36:34 +00:00