hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
LoggerStream.hpp File Reference
#include <functional>
#include <iostream>
#include <sstream>
#include <typeinfo>
Include dependency graph for LoggerStream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HCE::LoggerStream

Namespaces

namespace  HCE
 < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()'

Typedefs

typedef std::function
< std::string(const
std::string &)> 
HCE::Loggable

Functions

std::ostream & HCE::endl (std::ostream &os)
std::ostream & HCE::flush (std::ostream &os)
LoggerStream & HCE::operator<< (LoggerStream &os, const std::string &rhs)
LoggerStream & HCE::operator<< (LoggerStream &os, const char *rhs)

Detailed Description

Implementation class LoggerStream of a MessageStream tools in HCE cluster node.

Author
Alexander Vybornyh alexa.nosp@m.nder.nosp@m..hce..nosp@m.clus.nosp@m.ter@g.nosp@m.mail.nosp@m..com Copyright © 2013 IOIX Ukraine http://hierarchical-cluster-engine.com/license/

Definition in file LoggerStream.hpp.