Skip to content

Struct jac::Logger

ClassList > jac > Logger

Public Static Attributes

Type Name
std::unique_ptr< OutputStreamCommunicator > _debugStream
std::unique_ptr< OutputStreamCommunicator > _errorStream
std::unique_ptr< OutputStreamCommunicator > _logStream

Public Static Functions

Type Name
void debug (std::string message)
void error (std::string message)
void log (std::string message)

Public Static Attributes Documentation

variable _debugStream

std::unique_ptr< OutputStreamCommunicator > jac::Logger::_debugStream;

variable _errorStream

std::unique_ptr< OutputStreamCommunicator > jac::Logger::_errorStream;

variable _logStream

std::unique_ptr< OutputStreamCommunicator > jac::Logger::_logStream;

Public Static Functions Documentation

function debug

static inline void jac::Logger::debug (
    std::string message
) 

function error

static inline void jac::Logger::error (
    std::string message
) 

function log

static inline void jac::Logger::log (
    std::string message
) 


The documentation for this class was generated from the following file src/jac/device/logger.h