debug output logger News
Status: Beta
Brought to you by:
lob
The first beta release of the dLog Logging library is released. Comments and suggestions are very welcome.
About:
dLog is a dLog is a swift c++ std::stream based output logger that works with tags for c++ projects.
It is easy to use, swift and inexpensive when turned off.
An example:
dLog::write("fileOutput") << "open file:" << filename;