OpenXcom  1.0
Open-source clone of the original X-Com
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
OpenXcom::Logger Class Reference

A basic logging and debugging class, prints output to stdout/files and can capture stack traces of fatal errors too. More...

#include <Logger.h>

Detailed Description

A basic logging and debugging class, prints output to stdout/files and can capture stack traces of fatal errors too.

Note
Wasn't really satisfied with any of the libraries around so I rolled my own. Based on http://www.drdobbs.com/cpp/logging-in-c/201804215

The documentation for this class was generated from the following file: