Wolframe, 0.0.3

logLevel.hpp File Reference

Defines allowed log levels of the logger. More...

#include <string>
#include <iosfwd>

Go to the source code of this file.

Classes

class  _Wolframe::log::LogLevel
 Logger levels describing the severity of the logged message. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::log
 Logger structures (implemented in the core library libwfsingleton)
 

Macros

#define WOLFRAME_EXPORT
 

Functions

template<typename CharT , typename TraitsT >
std::basic_ostream< CharT,
TraitsT > & 
_Wolframe::log::operator<< (std::basic_ostream< CharT, TraitsT > &s, LogLevel::Level l)
 Output loglevel to an output stream. More...
 

Detailed Description

Defines allowed log levels of the logger.

Macro Definition Documentation

#define WOLFRAME_EXPORT