Goby3 3.2.3
2025.05.13
|
#include <goby/util/protobuf/debug_logger.pb.h>
Public Types | |
enum | : int { kFileNameFieldNumber = 1 , kFileDirFieldNumber = 2 , kOmitFieldNumber = 5 , kLogRotateSecFieldNumber = 4 , kVerbosityFieldNumber = 3 } |
typedef GLogConfig_FileLog_Omit | Omit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | log_rotate_sec_dimension |
typedef boost::units::unit< log_rotate_sec_dimension, boost::units::si::system > | log_rotate_sec_unit |
Public Member Functions | |
GLogConfig_FileLog () | |
~GLogConfig_FileLog () override | |
PROTOBUF_CONSTEXPR | GLogConfig_FileLog (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
GLogConfig_FileLog (const GLogConfig_FileLog &from) | |
GLogConfig_FileLog (GLogConfig_FileLog &&from) noexcept | |
GLogConfig_FileLog & | operator= (const GLogConfig_FileLog &from) |
GLogConfig_FileLog & | operator= (GLogConfig_FileLog &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (GLogConfig_FileLog *other) |
void | UnsafeArenaSwap (GLogConfig_FileLog *other) |
GLogConfig_FileLog * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const GLogConfig_FileLog &from) |
void | MergeFrom (const GLogConfig_FileLog &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_file_name () const |
void | clear_file_name () |
const std::string & | file_name () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_file_name (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_file_name () |
PROTOBUF_NODISCARD std::string * | release_file_name () |
void | set_allocated_file_name (std::string *file_name) |
bool | has_file_dir () const |
void | clear_file_dir () |
const std::string & | file_dir () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_file_dir (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_file_dir () |
PROTOBUF_NODISCARD std::string * | release_file_dir () |
void | set_allocated_file_dir (std::string *file_dir) |
bool | has_omit () const |
void | clear_omit () |
const ::goby::util::protobuf::GLogConfig_FileLog_Omit & | omit () const |
PROTOBUF_NODISCARD::goby::util::protobuf::GLogConfig_FileLog_Omit * | release_omit () |
::goby::util::protobuf::GLogConfig_FileLog_Omit * | mutable_omit () |
void | set_allocated_omit (::goby::util::protobuf::GLogConfig_FileLog_Omit *omit) |
void | unsafe_arena_set_allocated_omit (::goby::util::protobuf::GLogConfig_FileLog_Omit *omit) |
::goby::util::protobuf::GLogConfig_FileLog_Omit * | unsafe_arena_release_omit () |
bool | has_log_rotate_sec () const |
void | clear_log_rotate_sec () |
uint32_t | log_rotate_sec () const |
void | set_log_rotate_sec (uint32_t value) |
bool | has_verbosity () const |
void | clear_verbosity () |
::goby::util::protobuf::GLogConfig_Verbosity | verbosity () const |
void | set_verbosity (::goby::util::protobuf::GLogConfig_Verbosity value) |
template<typename Quantity > | |
void | set_log_rotate_sec_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | log_rotate_sec_with_units () const |
boost::units::quantity< log_rotate_sec_unit, google::protobuf::uint32 > | log_rotate_sec_with_units () const |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_file_name (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_file_dir (ArgT0 &&arg0, ArgT... args) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const GLogConfig_FileLog & | default_instance () |
static const GLogConfig_FileLog * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
GLogConfig_FileLog (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_goby_2futil_2fprotobuf_2fdebug_5flogger_2eproto |
void | swap (GLogConfig_FileLog &a, GLogConfig_FileLog &b) |
Definition at line 284 of file debug_logger.pb.h.
typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::util::protobuf::GLogConfig_FileLog::log_rotate_sec_dimension |
Definition at line 500 of file debug_logger.pb.h.
typedef boost::units::unit<log_rotate_sec_dimension,boost::units::si::system> goby::util::protobuf::GLogConfig_FileLog::log_rotate_sec_unit |
Definition at line 502 of file debug_logger.pb.h.
Definition at line 409 of file debug_logger.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kFileNameFieldNumber | |
kFileDirFieldNumber | |
kOmitFieldNumber | |
kLogRotateSecFieldNumber | |
kVerbosityFieldNumber |
Definition at line 413 of file debug_logger.pb.h.
|
inline |
Definition at line 287 of file debug_logger.pb.h.
|
override |
|
explicit |
goby::util::protobuf::GLogConfig_FileLog::GLogConfig_FileLog | ( | const GLogConfig_FileLog & | from | ) |
|
inlinenoexcept |
Definition at line 292 of file debug_logger.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 923 of file debug_logger.pb.h.
|
inline |
Definition at line 864 of file debug_logger.pb.h.
|
inline |
Definition at line 1020 of file debug_logger.pb.h.
|
inline |
Definition at line 1049 of file debug_logger.pb.h.
|
inline |
Definition at line 991 of file debug_logger.pb.h.
void goby::util::protobuf::GLogConfig_FileLog::CopyFrom | ( | const GLogConfig_FileLog & | from | ) |
|
inlinestatic |
Definition at line 331 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 322 of file debug_logger.pb.h.
|
inline |
Definition at line 927 of file debug_logger.pb.h.
|
inline |
Definition at line 868 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 384 of file debug_logger.pb.h.
|
final |
|
inlinestatic |
Definition at line 325 of file debug_logger.pb.h.
|
final |
|
inlinestatic |
Definition at line 328 of file debug_logger.pb.h.
|
inline |
Definition at line 920 of file debug_logger.pb.h.
|
inline |
Definition at line 861 of file debug_logger.pb.h.
|
inline |
Definition at line 1017 of file debug_logger.pb.h.
|
inline |
Definition at line 1046 of file debug_logger.pb.h.
|
inline |
Definition at line 988 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 334 of file debug_logger.pb.h.
|
final |
|
inline |
Definition at line 1027 of file debug_logger.pb.h.
|
inline |
Definition at line 509 of file debug_logger.pb.h.
|
inline |
Definition at line 512 of file debug_logger.pb.h.
|
inline |
Definition at line 371 of file debug_logger.pb.h.
|
inline |
Definition at line 938 of file debug_logger.pb.h.
|
inline |
Definition at line 880 of file debug_logger.pb.h.
|
inline |
Definition at line 1105 of file debug_logger.pb.h.
|
inline |
Definition at line 318 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 365 of file debug_logger.pb.h.
|
inline |
Definition at line 1058 of file debug_logger.pb.h.
|
inline |
Definition at line 297 of file debug_logger.pb.h.
|
inlinenoexcept |
Definition at line 301 of file debug_logger.pb.h.
|
inline |
Definition at line 954 of file debug_logger.pb.h.
|
inline |
Definition at line 896 of file debug_logger.pb.h.
|
inline |
Definition at line 1075 of file debug_logger.pb.h.
|
inline |
Definition at line 968 of file debug_logger.pb.h.
|
inline |
Definition at line 905 of file debug_logger.pb.h.
|
inline |
Definition at line 1110 of file debug_logger.pb.h.
void goby::util::protobuf::GLogConfig_FileLog::set_file_dir | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 933 of file debug_logger.pb.h.
void goby::util::protobuf::GLogConfig_FileLog::set_file_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 875 of file debug_logger.pb.h.
|
inline |
Definition at line 1035 of file debug_logger.pb.h.
|
inline |
Definition at line 505 of file debug_logger.pb.h.
|
inline |
Definition at line 1007 of file debug_logger.pb.h.
|
inline |
Definition at line 344 of file debug_logger.pb.h.
|
inline |
Definition at line 315 of file debug_logger.pb.h.
|
inline |
Definition at line 1090 of file debug_logger.pb.h.
|
inline |
Definition at line 1062 of file debug_logger.pb.h.
|
inline |
Definition at line 357 of file debug_logger.pb.h.
|
inline |
Definition at line 998 of file debug_logger.pb.h.
|
friend |
Definition at line 519 of file debug_logger.pb.h.
|
friend |
Definition at line 393 of file debug_logger.pb.h.
Definition at line 533 of file debug_logger.pb.h.
|
friend |
Definition at line 341 of file debug_logger.pb.h.
|
static |
Definition at line 402 of file debug_logger.pb.h.
Impl_ goby::util::protobuf::GLogConfig_FileLog::_impl_ |
Definition at line 532 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 338 of file debug_logger.pb.h.