Skip to content

Commit

Permalink
Merge pull request #28 from lauris71/master
Browse files Browse the repository at this point in the history
Keep LogLevelTrace in release build
  • Loading branch information
lauris71 authored Feb 13, 2025
2 parents 87b6aa0 + f328d67 commit 4a5b1ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cdoc/ILogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,10 @@ enum LogLevel
*/
LogLevelDebug,

#ifndef NDEBUG
/**
* @brief Most verbose level. Used for development and seldom enabled in production.
* @brief Most verbose level. Used for development, NOP in production code.
*/
LogLevelTrace
#endif
};


Expand Down

0 comments on commit 4a5b1ad

Please sign in to comment.