Skip to content
Snippets Groups Projects
Commit a589d15c authored by Mark Charlebois's avatar Mark Charlebois
Browse files

Refactored debug() and log() in CDev


These functions used vprintf which is not available on all platforms.
They also do not enable line and file debug output.

Changed to macros that preserve the output format.  Uses new macro that
can be used to implement per object, runtime selectable logging

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent be58c6ab
No related branches found
No related tags found
No related merge requests found
Showing
with 64 additions and 145 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment