HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::logger::Log Class Reference

#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

Definition at line 74 of file Log.hpp.

static void HCE::logger::Log::log ( Poco::Message &  )
static
static void HCE::logger::Log::log ( const std::string &  msg)
inlinestatic

Definition at line 69 of file Log.hpp.

static void HCE::logger::Log::setChannel ( const std::string &  name,
const unsigned int  type 
)
inlinestatic

Definition at line 73 of file Log.hpp.

Member Data Documentation

Poco::LogStream HCE::logger::Log::stream
static

Definition at line 76 of file Log.hpp.


The documentation for this class was generated from the following file: