Skip to content

Commit

Permalink
fixed more logger macros when VASQ_NO_LOGGING is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeldan committed Feb 1, 2022
1 parent 2b157e7 commit f621e24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/vasq/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,9 @@ vasqExit(vasqLogger *logger, VASQ_CONTEXT_DECL, int value, bool quick) __attribu
#define VASQ_WARNING(...) NO_OP
#define VASQ_INFO(...) NO_OP
#define VASQ_DEBUG(...) NO_OP
#define VASQ_PCRITICAL(...) NO_OP
#define VASQ_PERROR(...) NO_OP
#define VASQ_PWARNING(...) NO_OP
#define vasqRawLog(...) NO_OP
#define vasqVRawLog(...) NO_OP
#define vasqHexDump(...) NO_OP
Expand Down

0 comments on commit f621e24

Please sign in to comment.