RTI Connext Modern C++ API Version 7.1.0
|
Configure how much debugging information is reported during runtime and where it is logged. More...
Modules | |
Activity Context | |
Add contextual information to log messages. | |
Classes | |
struct | rti::config::LogLevel_def |
The definition of the dds::core::safe_enum LogLevel;. More... | |
struct | rti::config::Verbosity_def |
The definition of the dds::core::safe_enum Verbosity. More... | |
struct | rti::config::LogCategory_def |
The definition of the dds::core::safe_enum LogCategory. More... | |
struct | rti::config::PrintFormat_def |
The definition of the dds::core::safe_enum PrintFormat. More... | |
struct | rti::config::LogMessage |
A log message, including the text and additional information. More... | |
class | rti::config::Logger |
The singleton type used to configure RTI Connext logging. More... | |
class | rti::config::ScopedLoggerVerbosity |
Changes the logger verbosity temporarily during the scope of a variable. More... | |
Typedefs | |
typedef dds::core::safe_enum< LogLevel_def > | rti::config::LogLevel |
The log level at which RTI Connext diagnostic information is logged. More... | |
typedef dds::core::safe_enum< Verbosity_def > | rti::config::Verbosity |
The verbosities at which RTI Connext diagnostic information is logged. More... | |
typedef dds::core::safe_enum< LogCategory_def > | rti::config::LogCategory |
Categories of logged messages. More... | |
typedef dds::core::safe_enum< PrintFormat_def > | rti::config::PrintFormat |
The format used to output RTI Connext diagnostic information. More... | |
Configure how much debugging information is reported during runtime and where it is logged.
The log level at which RTI Connext diagnostic information is logged.
The verbosities at which RTI Connext diagnostic information is logged.
Categories of logged messages.
The format used to output RTI Connext diagnostic information.
|
strong |
The Syslog level at which RTI Connext diagnostic information is logged.
|
strong |
The Syslog verbosities at which RTI Connext diagnostic information is logged.
Enumerator | |
---|---|
silent | No output will be logged. Equivalent to rti::config::Verbosity_def::NDDS_CONFIG_LOG_VERBOSITY_SILENT. |
emergency | Only fatal log messages will be logged. Only log messages with LogLevel equals to LogLevel::FATAL_ERROR will be part of this Syslog verbosity level. |
alert | Only fatal log messages will be logged. Equivalent to rti::config::SyslogVerbosity::emergency. |
critical | Only fatal log messages will be logged. Equivalent to rti::config::SyslogVerbosity::emergency. |
error | Only error and fatal error messages will be logged. Only log messages with LogLevel equals to LogLevel::FATAL_ERROR or LogLevel::EXCEPTION will be part of this Syslog verbosity level. |
warning | Fatal, error and warning messages will be logged. Only log messages with LogLevel equals to LogLevel::FATAL_ERROR, LogLevel::EXCEPTION or LogLevel::WARNING will be part of this Syslog verbosity level. |
notice | Fatal, error and warning messages will be logged. Equivalent to rti::config::SyslogVerbosity::warning. |
informational | Local, remote, fatal, error and warning messages will be logged. Only log messages with LogLevel equals to LogLevel::FATAL_ERROR, LogLevel::EXCEPTION, LogLevel::WARNING, LogLevel::LOCAL or LogLevel::REMOTE will be part of this Syslog verbosity level. |
debug | All messages will be logged. |
|
strong |
A number that identifies the source of a log message.
In the Syslog Protocol, the Facility is a numerical code that represents the machine process that created a Syslog event. RTI Connext uses the facility to represent the source of a given log message.