Standard formating of log entries for readable output. More...
#include "flatbuffers/flatbuffers.h"#include "flatbuffers/minireflect.h"#include "logHeader.hpp"#include "logPriority.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | flatlogs |
Functions | |
| template<typename logT , typename iosT > | |
| iosT & | flatlogs::jsonFormat (iosT &ios, bufferPtrT &logBuffer, const std::string &eventCodeName, const uint8_t *binarySchema, const unsigned int binarySchemaLength) |
| Function for generate a JSON-formatted text representation of a flatlog record. | |
| template<typename logT , typename iosT > | |
| iosT & | flatlogs::stdFormat (iosT &ios, bufferPtrT &logBuffer) |
| Worker function that formats a log into the standard text representation. | |
| template<typename logT , typename iosT > | |
| iosT & | flatlogs::stdShortFormat (iosT &ios, const std::string &appName, bufferPtrT &logBuffer) |
| Worker function that formats a log into the standard text representation with short timespec. | |
| template<typename logT , typename iosT > | |
| iosT & | flatlogs::minFormat (iosT &ios, bufferPtrT &logBuffer) |
| Worker function that formats a log into the standard text representation. | |
Standard formating of log entries for readable output.
History:
Definition in file logStdFormat.hpp.