10 #ifndef logger_types_string_log_hpp 11 #define logger_types_string_log_hpp 36 auto _msg =
builder.CreateString(msg);
44 auto _msg =
builder.CreateString(msg);
56 static_cast<void>(len);
60 if(rgs->message() ==
nullptr)
return "";
61 else return rgs->message()->c_str();
72 #endif //logger_types_string_log_hpp
static std::string msgString(void *msgBuffer, flatlogs::msgLenT len)
Get the message formatted for human consumption.
Base class for logs consisting of a string message.
The MagAO-X logger flatbuffer log base type.
messageT(const char *msg)
flatbuffers::Offset< String_log_fb > CreateString_log_fb(flatbuffers::FlatBufferBuilder &_fbb, flatbuffers::Offset< flatbuffers::String > message=0)
Base class for logs consisting of a flatbuffer message.
messageT(const std::string &msg)
const MagAOX::logger::String_log_fb * GetString_log_fb(const void *buf)
flatbuffers::FlatBufferBuilder builder
msgLen2T msgLenT
The type used to refer to the message length, regardless of length.
Message type for resolving log messages with a f.b. builder.