#include <Poco/Logger.h>
#include <Poco/Message.h>
#include <Poco/Net/RemoteSyslogChannel.h>
#include <Poco/ConsoleChannel.h>
#include <Poco/NullChannel.h>
#include <Poco/PatternFormatter.h>
#include <Poco/FormattingChannel.h>
#include <Poco/FileChannel.h>
#include <Poco/AsyncChannel.h>
#include <Poco/SplitterChannel.h>
#include <Poco/AutoPtr.h>
#include "Poco/SharedPtr.h"
#include <Poco/NumberFormatter.h>
#include <Poco/LogStream.h>
#include <string>
Go to the source code of this file.
Macro Definition Documentation
#define SET_MSG_FIELDS |
( |
|
_msg | ) |
|
Value:{ _msg.setSource(std::string(__FILE__) + ":" + std::string(__LINE__); \
_msg.setText(std::string(__FUNCTION__)); }
Definition at line 50 of file Log.hpp.