|
|
#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 63 of file SimpleJsonLogger.cpp.
| void close | ( | ) |
Definition at line 57 of file SimpleJsonLogger.cpp.
| void log | ( | const SimpleJsonLoggerEntry & | entry | ) |
Definition at line 45 of file SimpleJsonLogger.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void log | ( | JsonDataPtr | entry | ) |
| void log | ( | SimpleJsonLoggerEntryPtr | entry | ) |