Pcannon Debug 1.0.0-build
Simple yet powerful debug manager for C++
|
Set debug settings struct with set values, default are already set for the best output. More...
#include <Debug.hpp>
Public Attributes | |
bool | blockedSave = false |
bool | custom = false |
bool | debugID = true |
std::string | endMsg |
std::string | filePath |
unsigned int | logLevel = 0 |
bool | logLevelIgnoreOutput = false |
bool | logLevelIgnoreSave = false |
std::ios::openmode | openMode = std::fstream::app | std::fstream::in | std::fstream::out |
bool | output = true |
std::string | postEndMsg |
std::string | preStartMsg |
std::string | startMsg |
bool | timeStamp = true |
bool | timeZone = false |
std::string | totalCustom |
std::string | totalEndMsg |
Set debug settings struct with set values, default are already set for the best output.
std::ios::openmode pd::DebugSettings::openMode = std::fstream::app | std::fstream::in | std::fstream::out |