11#include <framework/logging/LogConnectionConsole.h>
LogConnectionBase()
The LogConnectionBase default constructor.
Implements a log connection to an IO Stream.
LogConnectionConsole m_console
LogConnection to the console we use to dispatch the json objects.
bool m_complete
If true ignore the log message format settings and output everything.
bool isConnected() override
Returns true if the connection to the text file could be established.
~LogConnectionJSON() override=default
The LogConnectionJSONFile destructor.
void finalizeOnAbort() override
Finalize on Abort: make sure that connected connection is finalized.
LogConnectionJSON(bool complete=false)
The constructor.
bool sendMessage(const LogMessage &message) override
Sends a log message.
Abstract base class for different kinds of events.