ud3tn/include
Felix Walter 6525a453ba Adjust all logging calls to include a log level
Rules that have been applied:

- ERROR: Anything that is or may be problematic for the program to
  continue running.
- WARN: Anything abnormal but definitely not critical for program
  continuation, especially issues encountered when interacting with
  clients (e.g. AAP).
- INFO: All state changes not corresponding to the "normal" processing of
  individual data or messages/bundles, as well as further informative and
  helpful messages. Includea errors that occur during normal data
  processing.
- DEBUG: Messages to trace what happens with individual bundles and
  other fine-grained information about internal processes.

At the moment, `LOG_ERRNO` always emits messages with the "ERROR" level.
We might want to change this in the future to better differentiate WARN
and ERROR in this regard also.

Closes: #140
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2023-11-24 14:50:25 +01:00
..
aap style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
aap2 aap2: Receive response from bundle subscribers 2023-11-08 15:11:52 +01:00
agents hal_config.h: Allow for changing AAP and Linux-spefific defs 2023-10-25 15:56:53 +02:00
bundle6 style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
bundle7 Remove config.h: Move all definitions to individual headers 2023-09-29 14:43:21 +02:00
cla Remove config.h: Move all definitions to individual headers 2023-09-29 14:43:21 +02:00
platform Adjust all logging calls to include a log level 2023-11-24 14:50:25 +01:00
spp style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
ud3tn cmdline: Set default log level for release builds to 2 (WARNING) 2023-11-16 14:20:04 +01:00