A simple text log, a string-type log.
More...
#include <text_log.hpp>
A simple text log, a string-type log.
Definition at line 23 of file text_log.hpp.
◆ format()
static int MagAOX::logger::flatbuffer_log::format |
( |
void * |
msgBuffer, |
|
|
const fbMessage & |
msg |
|
) |
| |
|
inlinestaticinherited |
Format the buffer given the input message.
- Todo:
- this is an unneccesary memcpy from the FlatBufferBuilder, we need to figure out how to not do this.
- Parameters
-
msgBuffer | the buffer, must be pre-allocated to size length(msg) |
msg | the message which contains a flatbuffer builder, from which the data are memcpy-ed. |
Definition at line 47 of file flatbuffer_log.hpp.
◆ length()
◆ msgString()
static std::string MagAOX::logger::string_log::msgString |
( |
void * |
msgBuffer, |
|
|
flatlogs::msgLenT |
len |
|
) |
| |
|
inlinestaticinherited |
◆ defaultLevel
◆ eventCode
The documentation for this struct was generated from the following file:
- /home/jrmales/Source/MagAOX/libMagAOX/logger/types/text_log.hpp