summaryrefslogtreecommitdiffstats
path: root/src/shared/log.h
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-65/+0Star
| | | | | | | | | | This change restructures the source code directories, separates shared form non-shared application code and adds CMake dependencies. These dependencies allow the tracking of changes and trigger a rebuild of those build targets where changed files are involved. WARNING: Note that the support of the DNBD3_SERVER_AFL build option is not supported yet. Thus, the option should be never turned on.
* [SERVER] Option to disable timestamps on stdout/console (default: disabled)Simon Rettberg2018-04-111-0/+2
|
* [SERVER] rpc: Add q=logfile, q=altservers and q=config to /querySimon Rettberg2017-11-081-1/+2
|
* [SHARED] Add log_hasMask() to check if a certain loglevel is setSimon Rettberg2017-11-071-0/+6
|
* [*] Mark logadd() as printf-style function, fix errors that it revealedSimon Rettberg2017-10-311-1/+2
| | | | ...there were quite a few format string errors as it turns out :/
* [FUSE] Compiles againSimon Rettberg2015-11-301-0/+55