Skip to content
Snippets Groups Projects

Better Error Handling and Logging

Merged Timm Fitschen requested to merge dev into main
5 files
+ 54
31
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -30,6 +30,9 @@
#define CAOSDB_LOG_LEVEL_DEBUG 300
#define CAOSDB_LOG_LEVEL_TRACE 200
#define CAOSDB_LOG_LEVEL_ALL 0
#define CAOSDB_DEFAULT_LOG_LEVEL 500
#ifndef CAOSDB_DEFAULT_LOG_LEVEL
#define CAOSDB_DEFAULT_LOG_LEVEL CAOSDB_LOG_LEVEL_ERROR
#endif
#endif
Loading