ud3tn/test/unit
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
..
bundle7Data.c Insert SPDX license expression comments into our .c, .h, .py, and .sh code 2022-02-20 16:24:38 +01:00
main.c Adjust all logging calls to include a log level 2023-11-24 14:50:25 +01:00
test.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_aap.c Move definition of _POSIX_C_SOURCE and _DEFAULT_SOURCE to posix.mk 2023-10-25 15:56:57 +02:00
test_aap_parser.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_aap_serializer.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_bibe_encoder.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_bibe_parser.c style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
test_bibe_validation.c style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
test_bundle.c Remove config.h: Move all definitions to individual headers 2023-09-29 14:43:21 +02:00
test_bundle6Create.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_bundle6ParserSerializer.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_bundle7Create.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_bundle7Fragmentation.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_bundle7Parser.c style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
test_bundle7Reports.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_bundle7Serializer.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_crc.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_eid.c Apply first suggestions from !126 2023-11-08 15:11:53 +01:00
test_node.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_routingTable.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_sdnv.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_simple_queue.c style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
test_simplehtab.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_spp.c style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
test_spp_parser.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_spp_timecodes.c style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
testud3tn_unity.h test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00