Skip to content

Struct Logger

ClassList > Logger

Public Static Attributes

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

Public Static Functions

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

Public Static Attributes Documentation

variable _debugStream

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

variable _logStream

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

Public Static Functions Documentation

function debug

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

function log

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

The documentation for this class was generated from the following file demo-projets/jaculus/main/util/logger.h