DART 6.13.2
Loading...
Searching...
No Matches
Logging-impl.hpp File Reference
#include "dart/common/Logging.hpp"
#include <iostream>
#include <string>

Go to the source code of this file.

Namespaces

namespace  dart
 
namespace  dart::common
 
namespace  dart::common::detail
 

Functions

template<typename S1 , typename S2 >
void dart::common::detail::print (std::ostream &os, const S1 &header, const S2 &format_str, int color)
 
template<typename S , typename Arg , typename... Args>
void dart::common::detail::print (std::ostream &os, const S &header, std::string format_str, int color, Arg &&arg, Args &&... args)
 
template<typename S , typename... Args>
void dart::common::trace (const S &format_str, Args &&... args)
 Logs for a trace message.
 
template<typename S , typename... Args>
void dart::common::debug (const S &format_str, Args &&... args)
 Logs for a debug message.
 
template<typename S , typename... Args>
void dart::common::info (const S &format_str, Args &&... args)
 Logs for a information message.
 
template<typename S , typename... Args>
void dart::common::warn (const S &format_str, Args &&... args)
 Logs for a warning message.
 
template<typename S , typename... Args>
void dart::common::error (const S &format_str, Args &&... args)
 Logs for a error message.
 
template<typename S , typename... Args>
void dart::common::fatal (const S &format_str, Args &&... args)
 Logs for a fatal error message.