holoscan::data_loggers::AsyncConsoleBackend
holoscan::data_loggers::AsyncConsoleBackend
holoscan::data_loggers::AsyncConsoleBackend
Specialized backend for AsyncConsoleLogger that uses SimpleTextSerializer.
This backend provides the same console logging functionality as BasicConsoleLogger but works with the dual-queue async architecture. It uses SimpleTextSerializer for data serialization and provides formatted console output.
Inherits from: holoscan::AsyncDataLoggerBackend (public)
Format and log a data entry (metadata).
Returns: true if the entry was successfully logged, false otherwise
Format and log a large data entry (full content).
Returns: true if the entry was successfully logged, false otherwise
Get formatted type name for data.
Get formatted type name for large data.
Serialize data entry content.
Serialize large data entry content.