Log

A log message

Panel support

Log can be used in the following panels: Log.

Schema

FieldTypeDescription
timestamptimeTime when the log message was recorded.
levelLogLevelSeverity level of the log message (e.g., debug, info, warning, error).
messagestringThe log message content.
namestringName of the process, node, or component that generated the log message.
filestringSource filename where the log entry originated.
lineuint32Line number in the source file corresponding to the log event.

Reference implementations

Foxglove schemas are independent of any specific framework and can be used with any supported message encoding. The schema names should be specified as seen below:

EncodingSchema
ROS 1foxglove_msgs/Log
ROS 2foxglove_msgs/msg/Log
JSONfoxglove.Log
Protobuffoxglove.Log
FlatBuffersfoxglove.Log
OMG IDLfoxglove::Log