Struct jac::Logger
ClassList > jac > Logger
Public Static Attributes
Public Static Functions
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