Skip to content

File logger.cpp

File List > device > logger.cpp

Go to the documentation of this file

#include "logger.h"


namespace jac {


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


} // namespace jac