#include <Log.hpp>
Public Member Functions |
| Log () |
virtual | ~Log () |
Static Public Member Functions |
static void | log (Poco::Message &) |
static void | log (const std::string &msg) |
static void | setChannel (const std::string &name, const unsigned int type) |
static Poco::Logger & | getChannel (const std::string &name, const unsigned int type) |
Static Public Attributes |
static Poco::LogStream | stream |
Detailed Description
Definition at line 65 of file Log.hpp.
Constructor & Destructor Documentation
HCE::logger::Log::Log |
( |
| ) |
|
virtual HCE::logger::Log::~Log |
( |
| ) |
|
|
virtual |
Member Function Documentation
static Poco::Logger& HCE::logger::Log::getChannel |
( |
const std::string & |
name, |
|
|
const unsigned int |
type |
|
) |
| |
|
inlinestatic |
static void HCE::logger::Log::log |
( |
Poco::Message & |
| ) |
|
|
static |
static void HCE::logger::Log::log |
( |
const std::string & |
msg | ) |
|
|
inlinestatic |
static void HCE::logger::Log::setChannel |
( |
const std::string & |
name, |
|
|
const unsigned int |
type |
|
) |
| |
|
inlinestatic |
Member Data Documentation
Poco::LogStream HCE::logger::Log::stream |
|
static |
The documentation for this class was generated from the following file: