holoscan::HoloscanLogger
holoscan::HoloscanLogger
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.
This class is a singleton and cannot be copied or assigned.
Inherits from: nvidia::logger::SpdlogLogger (public)
Constructors
HoloscanLogger
Assignment operators
operator=
Static methods
instance
Get the singleton instance of the HoloscanLogger.
Returns: The singleton instance of the HoloscanLogger.