Goby3  3.1.4
2024.02.22
goby::apps::zeromq::protobuf::LoggerConfig Class Reference

#include <goby/zeromq/protobuf/logger_config.pb.h>

Inheritance diagram for goby::apps::zeromq::protobuf::LoggerConfig:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 LoggerConfig ()
 
virtual ~LoggerConfig ()
 
 LoggerConfig (const LoggerConfig &from)
 
LoggerConfigoperator= (const LoggerConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LoggerConfig *other)
 
LoggerConfigNew () const final
 
LoggerConfigNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const LoggerConfig &from)
 
void MergeFrom (const LoggerConfig &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int load_shared_library_size () const
 
void clear_load_shared_library ()
 
const ::std::string & load_shared_library (int index) const
 
::std::string * mutable_load_shared_library (int index)
 
void set_load_shared_library (int index, const ::std::string &value)
 
void set_load_shared_library (int index, const char *value)
 
void set_load_shared_library (int index, const char *value, size_t size)
 
::std::string * add_load_shared_library ()
 
void add_load_shared_library (const ::std::string &value)
 
void add_load_shared_library (const char *value)
 
void add_load_shared_library (const char *value, size_t size)
 
const ::google::protobuf::RepeatedPtrField< ::std::string > & load_shared_library () const
 
::google::protobuf::RepeatedPtrField< ::std::string > * mutable_load_shared_library ()
 
bool has_log_dir () const
 
void clear_log_dir ()
 
const ::std::string & log_dir () const
 
void set_log_dir (const ::std::string &value)
 
void set_log_dir (const char *value)
 
void set_log_dir (const char *value, size_t size)
 
::std::string * mutable_log_dir ()
 
::std::string * release_log_dir ()
 
void set_allocated_log_dir (::std::string *log_dir)
 
bool has_type_regex () const
 
void clear_type_regex ()
 
const ::std::string & type_regex () const
 
void set_type_regex (const ::std::string &value)
 
void set_type_regex (const char *value)
 
void set_type_regex (const char *value, size_t size)
 
::std::string * mutable_type_regex ()
 
::std::string * release_type_regex ()
 
void set_allocated_type_regex (::std::string *type_regex)
 
bool has_group_regex () const
 
void clear_group_regex ()
 
const ::std::string & group_regex () const
 
void set_group_regex (const ::std::string &value)
 
void set_group_regex (const char *value)
 
void set_group_regex (const char *value, size_t size)
 
::std::string * mutable_group_regex ()
 
::std::string * release_group_regex ()
 
void set_allocated_group_regex (::std::string *group_regex)
 
bool has_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfigapp () const
 
::goby::middleware::protobuf::AppConfigrelease_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfiginterprocess () const
 
::goby::zeromq::protobuf::InterProcessPortalConfigrelease_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfigmutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
bool has_log_at_startup () const
 
void clear_log_at_startup ()
 
bool log_at_startup () const
 
void set_log_at_startup (bool value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const LoggerConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const LoggerConfiginternal_default_instance ()
 

Public Attributes

static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_type_regex_
 
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_group_regex_
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kLoadSharedLibraryFieldNumber = 10
 
static const int kLogDirFieldNumber = 3
 
static const int kTypeRegexFieldNumber = 4
 
static const int kGroupRegexFieldNumber = 5
 
static const int kAppFieldNumber = 1
 
static const int kInterprocessFieldNumber = 2
 
static const int kLogAtStartupFieldNumber = 12
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2flogger_5fconfig_2eproto::TableStruct
 
void swap (LoggerConfig &a, LoggerConfig &b)
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 89 of file logger_config.pb.h.

Constructor & Destructor Documentation

◆ LoggerConfig() [1/2]

goby::apps::zeromq::protobuf::LoggerConfig::LoggerConfig ( )

◆ ~LoggerConfig()

virtual goby::apps::zeromq::protobuf::LoggerConfig::~LoggerConfig ( )
virtual

◆ LoggerConfig() [2/2]

goby::apps::zeromq::protobuf::LoggerConfig::LoggerConfig ( const LoggerConfig from)

Member Function Documentation

◆ add_load_shared_library() [1/4]

std::string * goby::apps::zeromq::protobuf::LoggerConfig::add_load_shared_library ( )
inline

Definition at line 1072 of file logger_config.pb.h.

◆ add_load_shared_library() [2/4]

void goby::apps::zeromq::protobuf::LoggerConfig::add_load_shared_library ( const ::std::string &  value)
inline

Definition at line 1076 of file logger_config.pb.h.

◆ add_load_shared_library() [3/4]

void goby::apps::zeromq::protobuf::LoggerConfig::add_load_shared_library ( const char value)
inline

Definition at line 1086 of file logger_config.pb.h.

◆ add_load_shared_library() [4/4]

void goby::apps::zeromq::protobuf::LoggerConfig::add_load_shared_library ( const char value,
size_t  size 
)
inline

Definition at line 1091 of file logger_config.pb.h.

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::zeromq::protobuf::LoggerConfig::app ( ) const
inline

Definition at line 744 of file logger_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::zeromq::protobuf::LoggerConfig::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::apps::zeromq::protobuf::LoggerConfig::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_app()

void goby::apps::zeromq::protobuf::LoggerConfig::clear_app ( )

◆ clear_group_regex()

void goby::apps::zeromq::protobuf::LoggerConfig::clear_group_regex ( )
inline

Definition at line 981 of file logger_config.pb.h.

◆ clear_interprocess()

void goby::apps::zeromq::protobuf::LoggerConfig::clear_interprocess ( )

◆ clear_load_shared_library()

void goby::apps::zeromq::protobuf::LoggerConfig::clear_load_shared_library ( )
inline

Definition at line 1041 of file logger_config.pb.h.

◆ clear_log_at_startup()

void goby::apps::zeromq::protobuf::LoggerConfig::clear_log_at_startup ( )
inline

Definition at line 1116 of file logger_config.pb.h.

◆ clear_log_dir()

void goby::apps::zeromq::protobuf::LoggerConfig::clear_log_dir ( )
inline

Definition at line 849 of file logger_config.pb.h.

◆ clear_type_regex()

void goby::apps::zeromq::protobuf::LoggerConfig::clear_type_regex ( )
inline

Definition at line 915 of file logger_config.pb.h.

◆ CopyFrom() [1/2]

void goby::apps::zeromq::protobuf::LoggerConfig::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::apps::zeromq::protobuf::LoggerConfig::CopyFrom ( const LoggerConfig from)

◆ default_instance()

static const LoggerConfig& goby::apps::zeromq::protobuf::LoggerConfig::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::apps::zeromq::protobuf::LoggerConfig::descriptor ( )
static

◆ GetCachedSize()

int goby::apps::zeromq::protobuf::LoggerConfig::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 161 of file logger_config.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::apps::zeromq::protobuf::LoggerConfig::GetMetadata ( ) const
finalvirtual

◆ group_regex()

const ::std::string & goby::apps::zeromq::protobuf::LoggerConfig::group_regex ( ) const
inline

Definition at line 985 of file logger_config.pb.h.

◆ has_app()

bool goby::apps::zeromq::protobuf::LoggerConfig::has_app ( ) const
inline

Definition at line 732 of file logger_config.pb.h.

◆ has_group_regex()

bool goby::apps::zeromq::protobuf::LoggerConfig::has_group_regex ( ) const
inline

Definition at line 972 of file logger_config.pb.h.

◆ has_interprocess()

bool goby::apps::zeromq::protobuf::LoggerConfig::has_interprocess ( ) const
inline

Definition at line 786 of file logger_config.pb.h.

◆ has_log_at_startup()

bool goby::apps::zeromq::protobuf::LoggerConfig::has_log_at_startup ( ) const
inline

Definition at line 1107 of file logger_config.pb.h.

◆ has_log_dir()

bool goby::apps::zeromq::protobuf::LoggerConfig::has_log_dir ( ) const
inline

Definition at line 840 of file logger_config.pb.h.

◆ has_type_regex()

bool goby::apps::zeromq::protobuf::LoggerConfig::has_type_regex ( ) const
inline

Definition at line 906 of file logger_config.pb.h.

◆ InitAsDefaultInstance()

static void goby::apps::zeromq::protobuf::LoggerConfig::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const LoggerConfig* goby::apps::zeromq::protobuf::LoggerConfig::internal_default_instance ( )
inlinestatic

Definition at line 126 of file logger_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::apps::zeromq::protobuf::LoggerConfig::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & goby::apps::zeromq::protobuf::LoggerConfig::interprocess ( ) const
inline

Definition at line 798 of file logger_config.pb.h.

◆ IsInitialized()

bool goby::apps::zeromq::protobuf::LoggerConfig::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ load_shared_library() [1/2]

const ::google::protobuf::RepeatedPtrField<::std::string > & goby::apps::zeromq::protobuf::LoggerConfig::load_shared_library ( ) const
inline

Definition at line 1096 of file logger_config.pb.h.

◆ load_shared_library() [2/2]

const ::std::string & goby::apps::zeromq::protobuf::LoggerConfig::load_shared_library ( int  index) const
inline

Definition at line 1044 of file logger_config.pb.h.

◆ load_shared_library_size()

int goby::apps::zeromq::protobuf::LoggerConfig::load_shared_library_size ( ) const
inline

Definition at line 1038 of file logger_config.pb.h.

◆ log_at_startup()

bool goby::apps::zeromq::protobuf::LoggerConfig::log_at_startup ( ) const
inline

Definition at line 1120 of file logger_config.pb.h.

◆ log_dir()

const ::std::string & goby::apps::zeromq::protobuf::LoggerConfig::log_dir ( ) const
inline

Definition at line 853 of file logger_config.pb.h.

◆ MergeFrom() [1/2]

void goby::apps::zeromq::protobuf::LoggerConfig::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::apps::zeromq::protobuf::LoggerConfig::MergeFrom ( const LoggerConfig from)

◆ MergePartialFromCodedStream()

bool goby::apps::zeromq::protobuf::LoggerConfig::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::LoggerConfig::mutable_app ( )
inline

Definition at line 757 of file logger_config.pb.h.

◆ mutable_group_regex()

std::string * goby::apps::zeromq::protobuf::LoggerConfig::mutable_group_regex ( )
inline

Definition at line 1014 of file logger_config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::LoggerConfig::mutable_interprocess ( )
inline

Definition at line 811 of file logger_config.pb.h.

◆ mutable_load_shared_library() [1/2]

google::protobuf::RepeatedPtrField<::std::string > * goby::apps::zeromq::protobuf::LoggerConfig::mutable_load_shared_library ( )
inline

Definition at line 1101 of file logger_config.pb.h.

◆ mutable_load_shared_library() [2/2]

std::string * goby::apps::zeromq::protobuf::LoggerConfig::mutable_load_shared_library ( int  index)
inline

Definition at line 1048 of file logger_config.pb.h.

◆ mutable_log_dir()

std::string * goby::apps::zeromq::protobuf::LoggerConfig::mutable_log_dir ( )
inline

Definition at line 882 of file logger_config.pb.h.

◆ mutable_type_regex()

std::string * goby::apps::zeromq::protobuf::LoggerConfig::mutable_type_regex ( )
inline

Definition at line 948 of file logger_config.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::apps::zeromq::protobuf::LoggerConfig::mutable_unknown_fields ( )
inline

Definition at line 118 of file logger_config.pb.h.

◆ New() [1/2]

LoggerConfig* goby::apps::zeromq::protobuf::LoggerConfig::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 140 of file logger_config.pb.h.

◆ New() [2/2]

LoggerConfig* goby::apps::zeromq::protobuf::LoggerConfig::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 144 of file logger_config.pb.h.

◆ operator=()

LoggerConfig& goby::apps::zeromq::protobuf::LoggerConfig::operator= ( const LoggerConfig from)
inline

Definition at line 96 of file logger_config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::LoggerConfig::release_app ( )
inline

Definition at line 750 of file logger_config.pb.h.

◆ release_group_regex()

std::string * goby::apps::zeromq::protobuf::LoggerConfig::release_group_regex ( )
inline

Definition at line 1019 of file logger_config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::LoggerConfig::release_interprocess ( )
inline

Definition at line 804 of file logger_config.pb.h.

◆ release_log_dir()

std::string * goby::apps::zeromq::protobuf::LoggerConfig::release_log_dir ( )
inline

Definition at line 887 of file logger_config.pb.h.

◆ release_type_regex()

std::string * goby::apps::zeromq::protobuf::LoggerConfig::release_type_regex ( )
inline

Definition at line 953 of file logger_config.pb.h.

◆ SerializeWithCachedSizes()

void goby::apps::zeromq::protobuf::LoggerConfig::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_app()

void goby::apps::zeromq::protobuf::LoggerConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 766 of file logger_config.pb.h.

◆ set_allocated_group_regex()

void goby::apps::zeromq::protobuf::LoggerConfig::set_allocated_group_regex ( ::std::string *  group_regex)
inline

Definition at line 1027 of file logger_config.pb.h.

◆ set_allocated_interprocess()

void goby::apps::zeromq::protobuf::LoggerConfig::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 820 of file logger_config.pb.h.

◆ set_allocated_log_dir()

void goby::apps::zeromq::protobuf::LoggerConfig::set_allocated_log_dir ( ::std::string *  log_dir)
inline

Definition at line 895 of file logger_config.pb.h.

◆ set_allocated_type_regex()

void goby::apps::zeromq::protobuf::LoggerConfig::set_allocated_type_regex ( ::std::string *  type_regex)
inline

Definition at line 961 of file logger_config.pb.h.

◆ set_group_regex() [1/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_group_regex ( const ::std::string &  value)
inline

Definition at line 989 of file logger_config.pb.h.

◆ set_group_regex() [2/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_group_regex ( const char value)
inline

Definition at line 1002 of file logger_config.pb.h.

◆ set_group_regex() [3/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_group_regex ( const char value,
size_t  size 
)
inline

Definition at line 1008 of file logger_config.pb.h.

◆ set_load_shared_library() [1/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_load_shared_library ( int  index,
const ::std::string &  value 
)
inline

Definition at line 1052 of file logger_config.pb.h.

◆ set_load_shared_library() [2/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_load_shared_library ( int  index,
const char value 
)
inline

Definition at line 1062 of file logger_config.pb.h.

◆ set_load_shared_library() [3/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_load_shared_library ( int  index,
const char value,
size_t  size 
)
inline

Definition at line 1067 of file logger_config.pb.h.

◆ set_log_at_startup()

void goby::apps::zeromq::protobuf::LoggerConfig::set_log_at_startup ( bool  value)
inline

Definition at line 1124 of file logger_config.pb.h.

◆ set_log_dir() [1/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_log_dir ( const ::std::string &  value)
inline

Definition at line 857 of file logger_config.pb.h.

◆ set_log_dir() [2/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_log_dir ( const char value)
inline

Definition at line 870 of file logger_config.pb.h.

◆ set_log_dir() [3/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_log_dir ( const char value,
size_t  size 
)
inline

Definition at line 876 of file logger_config.pb.h.

◆ set_type_regex() [1/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_type_regex ( const ::std::string &  value)
inline

Definition at line 923 of file logger_config.pb.h.

◆ set_type_regex() [2/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_type_regex ( const char value)
inline

Definition at line 936 of file logger_config.pb.h.

◆ set_type_regex() [3/3]

void goby::apps::zeromq::protobuf::LoggerConfig::set_type_regex ( const char value,
size_t  size 
)
inline

Definition at line 942 of file logger_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::LoggerConfig::Swap ( LoggerConfig other)

◆ type_regex()

const ::std::string & goby::apps::zeromq::protobuf::LoggerConfig::type_regex ( ) const
inline

Definition at line 919 of file logger_config.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::apps::zeromq::protobuf::LoggerConfig::unknown_fields ( ) const
inline

Definition at line 115 of file logger_config.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2flogger_5fconfig_2eproto::TableStruct

◆ swap

void swap ( LoggerConfig a,
LoggerConfig b 
)
friend

Definition at line 134 of file logger_config.pb.h.

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_group_regex_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::zeromq::protobuf::LoggerConfig::_i_give_permission_to_break_this_code_default_group_regex_

Definition at line 306 of file logger_config.pb.h.

◆ _i_give_permission_to_break_this_code_default_type_regex_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::zeromq::protobuf::LoggerConfig::_i_give_permission_to_break_this_code_default_type_regex_

Definition at line 302 of file logger_config.pb.h.

◆ kAppFieldNumber

const int goby::apps::zeromq::protobuf::LoggerConfig::kAppFieldNumber = 1
static

Definition at line 253 of file logger_config.pb.h.

◆ kGroupRegexFieldNumber

const int goby::apps::zeromq::protobuf::LoggerConfig::kGroupRegexFieldNumber = 5
static

Definition at line 238 of file logger_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::LoggerConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 130 of file logger_config.pb.h.

◆ kInterprocessFieldNumber

const int goby::apps::zeromq::protobuf::LoggerConfig::kInterprocessFieldNumber = 2
static

Definition at line 265 of file logger_config.pb.h.

◆ kLoadSharedLibraryFieldNumber

const int goby::apps::zeromq::protobuf::LoggerConfig::kLoadSharedLibraryFieldNumber = 10
static

Definition at line 186 of file logger_config.pb.h.

◆ kLogAtStartupFieldNumber

const int goby::apps::zeromq::protobuf::LoggerConfig::kLogAtStartupFieldNumber = 12
static

Definition at line 277 of file logger_config.pb.h.

◆ kLogDirFieldNumber

const int goby::apps::zeromq::protobuf::LoggerConfig::kLogDirFieldNumber = 3
static

Definition at line 208 of file logger_config.pb.h.

◆ kTypeRegexFieldNumber

const int goby::apps::zeromq::protobuf::LoggerConfig::kTypeRegexFieldNumber = 4
static

Definition at line 223 of file logger_config.pb.h.


The documentation for this class was generated from the following file: