 |
Diarkis C++Client Library API Document
|
Go to the documentation of this file.
26 std::ostream& GetTargetLog()
const;
29 std::ostream& targetLog_;
Definition: results.autogen.h:10
Interface class for DebugLoggerBackend and FileLoggerBackend.
Definition: StreamLoggerBackend.h:20
Contains information about a specific result value. Can be compared against another Result structure....
Definition: result.h:37
void GetNowTimeStr(Diarkis::StdString &strTime)
Definition: misc.cpp:400
virtual Result Log(const Diarkis::StdString &message, bool includeNewLine) override
Outputs a log of specified messages.
Definition: StreamLoggerBackend.cpp:31
Interface class for AggregateLoggerBackend, ConsoleLoggerBackend, StreamLoggerBackend,...
Definition: LoggerBackend.h:17
std::ostream & GetTargetLog() const
Definition: StreamLoggerBackend.cpp:26
DIARKIS_EXPORT System::Result SUCCESS
Everything went according to plan. (status: NONE, value: 0)
StreamLoggerBackend(std::ostream &targetLog_)
Definition: StreamLoggerBackend.cpp:21