User forums > General (but related to Code::Blocks)
logger plugin? recomended logger?
killerbot:
check out the logging capabilities of the poco framework : http://pocoproject.org/
oBFusCATed:
Read this: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_What_Code::Blocks_is_not.3F and then ask in the correct forum...
Jenna:
If you use wxWidgets as framework, you can also use the logging capabilities of it: http://docs.wxwidgets.org/stable/wx_wxlogoverview.html#wxlogoverview
But be aware that Code::Blocks is neither a compiler nor a framework ("just" an IDE that works with many compilers) and it can be used with other languages than C/C++ (even if the main focus is there). So an own logging-class does not really make sense.
And writing an own simple text-to-file logger in C++ should not be too hard.
Navigation
[0] Message Index
[*] Previous page
Go to full version