What can I help you with?
NVIDIA Holoscan SDK v3.3.0

Class HoloscanLogger

Base Type

class HoloscanLogger : public nvidia::logger::SpdlogLogger

HoloscanLogger is a singleton class that provides a logger for Holoscan.

This class extends the SpdlogLogger class from the common/logger/spdlog_logger.hpp file. It provides a static instance of itself that can be accessed using the instance() method.

Note

This class is a singleton and cannot be copied or assigned.

Public Functions

HoloscanLogger(const HoloscanLogger&) = delete
HoloscanLogger &operator=(const HoloscanLogger&) = delete

Public Static Functions

static HoloscanLogger &instance()

Get the singleton instance of the HoloscanLogger.

Returns

The singleton instance of the HoloscanLogger.

Previous Class GXFComponentResource
Next Class HoloscanUcxReceiver
© Copyright 2022-2025, NVIDIA. Last updated on May 29, 2025.