type LogCategory is private;
The NDDSConfigLogger.get_verbosity_by_category and NDDSConfigLogger.set_verbosity_by_category can be used to specify different verbosities for different categories of messages.
type LogVerbosity is private;
type LogPrintFormat is private;
type LibraryVersion is new NDDS_Config_LibraryVersion_t;
RTI Connext is comprised of a number of separate libraries. Although RTI Connext as a whole has a version, the individual libraries each have their own versions as well. It may be necessary to check these individual library versions when seeking technical support.
major: The major version of a single RTI Connext library.
minor: The minor version of a single RTI Connext library.
release: The release letter of a single RTI Connext library.
build: The build number of a single RTI Connext library.
type ProductVersion is new RTIDDS.Low_Level.ndds_dds_c_dds_c_infrastructure_h.DDS_ProductVersion_t;
major: Major product version.
minor: Minor product version.
release: Release letter for product version.
revision: Revision number of product.
Category_PLATFORM : constant LogCategory;
Category_COMMUNICATION : constant LogCategory;
Category_DATABASE : constant LogCategory;
Category_ENTITIES : constant LogCategory;
Category_API : constant LogCategory;
Category_ALL : constant LogCategory;
VERBOSITY_SILENT : constant LogVerbosity;
VERBOSITY_ERROR : constant LogVerbosity;
An error indicates something wrong in the functioning of dds. The most common cause of errors is incorrect configuration.
VERBOSITY_WARNING : constant LogVerbosity;
A warning indicates that RTI Connext is taking an action that may or may not be what you intended. Some configuration information is also logged at this verbosity to aid in debugging.
VERBOSITY_STATUS_LOCAL : constant LogVerbosity;
VERBOSITY_STATUS_REMOTE : constant LogVerbosity;
VERBOSITY_ALL : constant LogVerbosity;
PRINT_FORMAT_DEFAULT : constant LogPrintFormat;
PRINT_FORMAT_TIMESTAMPED : constant LogPrintFormat;
PRINT_FORMAT_VERBOSE : constant LogPrintFormat;
PRINT_FORMAT_VERBOSE_TIMESTAMPED : constant LogPrintFormat;
PRINT_FORMAT_DEBUG : constant LogPrintFormat;
PRINT_FORMAT_MINIMAL : constant LogPrintFormat;
PRINT_FORMAT_MAXIMAL : constant LogPrintFormat;
function "+"
( | left, Right | : LogVerbosity) return LogVerbosity; |
function image
( | item | : LogVerbosity) return Standard.String; |
function "+"
( | left, Right | : LogPrintFormat) return LogPrintFormat; |
function get_api_version return LibraryVersion;
function get_api_version return String;
function get_core_version return LibraryVersion;
function get_core_version return String;
function get_product_version return ProductVersion;
function get_product_version return String;
function Image
( | Item | : LibraryVersion) return String; |
function Image
( | Item | : ProductVersion) return String; |