Go to the documentation of this file.
65 #ifndef JOURNALSTACKWALKER_H
66 #define JOURNALSTACKWALKER_H
void OnOutput(LPCSTR szText) override
Handles the output from stack.
Journaller * m_journaller
A pointer to journaller object.
void writeMessage(const std::string &msg)
Write msg to the file without decoration or added newline.
A journalling class for debugging applications.
JournalStackWalker(Journaller *journal)
Constructor.
A class that can help with walking the stack for debugging purposes (Windows version)
const typedef std::string & LPCSTR
A journaller class that is used for walking the stack.