Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::LogConfig Struct Reference
Collaboration diagram for duckdb::LogConfig:

Public Member Functions

DUCKDB_API bool IsConsistent () const
 

Public Attributes

bool enabled
 
LogMode mode
 
LogLevel level
 
string storage
 
unordered_set< string > enabled_log_types
 
unordered_set< string > disabled_log_types
 

Static Public Attributes

static constexpr const charIN_MEMORY_STORAGE_NAME = "memory"
 
static constexpr const charSTDOUT_STORAGE_NAME = "stdout"
 
static constexpr const charFILE_STORAGE_NAME = "file"
 
static constexpr LogLevel DEFAULT_LOG_LEVEL = LogLevel::LOG_INFO
 
static constexpr const charDEFAULT_LOG_STORAGE = IN_MEMORY_STORAGE_NAME
 

Protected Member Functions

 LogConfig (bool enabled, LogLevel level, LogMode mode, optional_ptr< unordered_set< string > > enabled_log_types, optional_ptr< unordered_set< string > > disable_loggers)
 

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