RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
cli.config.CommonConfigurationParameters Class Reference

This class defines the minimal set of configuration parameters for an RTC Toolkit command line tool. More...

Static Public Attributes

Uri config = Uri("cii.config://local/tools")
 
Uri service_discovery_endpoint = Uri("consul://localhost:8500")
 
LogLevel log_level = LogLevel.FATAL
 
bool log_to_file = False
 

Detailed Description

This class defines the minimal set of configuration parameters for an RTC Toolkit command line tool.

A dataclass can inherit from this and add its own attributes to define additional configuration parameters supported by the tool.

Member Data Documentation

◆ config

Uri cli.config.CommonConfigurationParameters.config = Uri("cii.config://local/tools")
static

◆ log_level

LogLevel cli.config.CommonConfigurationParameters.log_level = LogLevel.FATAL
static

◆ log_to_file

bool cli.config.CommonConfigurationParameters.log_to_file = False
static

◆ service_discovery_endpoint

Uri cli.config.CommonConfigurationParameters.service_discovery_endpoint = Uri("consul://localhost:8500")
static

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