10 #ifndef logger_types_git_state_hpp 11 #define logger_types_git_state_hpp 39 const std::string & sha1,
43 auto _repoName =
builder.CreateString(repoName);
44 auto _sha1 =
builder.CreateString(sha1);
60 static_cast<void>(len);
65 if( rgs->repo()) str = rgs->repo()->c_str();
69 if( rgs->sha1()) str += rgs->sha1()->c_str();
71 if(rgs->modified() > 0) str+=
" MODIFIED";
77 static std::string
repoName(
void * msgBuffer )
81 if(rgs->repo())
return std::string(rgs->repo()->c_str());
90 if(rgs->modified() > 0)
return true;
100 #endif //logger_types_git_state_hpp const MagAOX::logger::Git_state_fb * GetGit_state_fb(const void *buf)
static constexpr logPrioT LOG_INFO
Informational. The info log level is the lowest level recorded during normal operations.
static const flatlogs::logPrioT defaultLevel
The default level.
The MagAO-X logger flatbuffer log base type.
flatbuffers::Offset< Git_state_fb > CreateGit_state_fb(flatbuffers::FlatBufferBuilder &_fbb, flatbuffers::Offset< flatbuffers::String > repo=0, flatbuffers::Offset< flatbuffers::String > sha1=0, uint8_t modified=0)
static std::string repoName(void *msgBuffer)
Access the repo name field.
static std::string msgString(void *msgBuffer, flatlogs::msgLenT len)
Get the message formatte for human consumption.
Base class for logs consisting of a flatbuffer message.
int8_t logPrioT
The type of the log priority code.
messageT(const std::string &repoName, const std::string &sha1, const bool modified)
Construct from components.
Log entry recording the build-time git state.
flatbuffers::FlatBufferBuilder builder
The type of the input message.
static const flatlogs::eventCodeT eventCode
The event code.
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.
static bool modified(void *msgBuffer)
Access the modified field.
uint16_t eventCodeT
The type of an event code (16-bit unsigned int).
static constexpr flatlogs::eventCodeT GIT_STATE