-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Purpose
Extend the logging system to allow logging which doesn't trigger on every line hit.
Method
Extend the logging system to include conditional logging variations of the existing CN_ERROR, CN_WARN and CN_TRACE macros to include these variations:
*_IF(condition, msg, ...)- only log if the given condition is met*_EVERY(num, msg, ...)- only log everynumtimes this log line is encountered*_ONCE(msg, ...)- only log the first time this log line is encountered
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels