(v0.19-24-g0617ca1 with changes)
#include <sstream>
#include <iostream>
#include <syslog.h>
#include "waitQueues.h"
#include "syslogstream.h"
Go to the source code of this file.
|
template<typename T > |
void | errMsg::conCatString (std::ostringstream &msg, const T &begin) |
|
template<typename T , typename ... Args> |
void | errMsg::conCatString (std::ostringstream &msg, const T &begin, const Args &... args) |
|
template<typename ... Args> |
void | errMsg::emit (level aLogLevel, const location &loc, const std::string &aObject, const std::string &aAction, const Args &... args) |
| function to create and enqueue a message, this is the only way that messages should be created! More...
|
|
◆ __useBuiltinFunction__
#define __useBuiltinFunction__ |