|
#include <RobotAPI/libraries/SimpleJsonLogger/SimpleJsonLogger.h>
Public Member Functions | |
void | close () |
void | log (const SimpleJsonLoggerEntry &entry) |
void | log (JsonDataPtr entry) |
void | log (SimpleJsonLoggerEntryPtr entry) |
SimpleJsonLogger (const std::string &filename, bool append) | |
~SimpleJsonLogger () | |
Definition at line 42 of file SimpleJsonLogger.h.
SimpleJsonLogger | ( | const std::string & | filename, |
bool | append | ||
) |
Definition at line 28 of file SimpleJsonLogger.cpp.
~SimpleJsonLogger | ( | ) |
Definition at line 59 of file SimpleJsonLogger.cpp.
void close | ( | ) |
Definition at line 53 of file SimpleJsonLogger.cpp.
void log | ( | const SimpleJsonLoggerEntry & | entry | ) |
void log | ( | JsonDataPtr | entry | ) |
void log | ( | SimpleJsonLoggerEntryPtr | entry | ) |