Expand description
API in rcutils/logging.h
Structs
The structure identifying the caller location in the source code.
Enums
The severity levels of log messages / loggers.
Statics
The flag if the logging system has been initialized.
Functions
Log a message.
The default output handler outputs log messages to the standard streams.
Get the default level for loggers.
Determine the effective level for a logger.
Get the severity level for a logger.
Initialize the logging system.
Initialize the logging system using the specified allocator.
Determine if a logger is enabled for a severity level.
Set the default severity level for loggers.
Set the severity level for a logger.
Shutdown the logging system.
Type Definitions
The function signature to log messages.