#include <PhAux.h>
Public Member Functions | |
DebugManager (string f="debug.txt") | |
Construct. | |
~DebugManager () | |
Destruct. | |
void | addString (string s) |
Add string. |
This is a debug manager, basically you can write strings to it and it will write to a file.
phoenix::aux::DebugManager::DebugManager | ( | string | f = "debug.txt" |
) |
Construct.
Makes a debug manager that outputs to a file.
f | The filename to output debug strings to, default is "debug.txt". |
void phoenix::aux::DebugManager::addString | ( | string | s | ) |
Add string.
Adds a string to the output file.
s | String to put into the debug file. |