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::LoggerStream Class Reference

#include <LoggerStream.hpp>

Public Member Functions

 LoggerStream (void)
virtual ~LoggerStream (void)
void resetLogStream (void)
void setLogStream (std::ostream &os_)
std::string logMsg (bool isReset=true)
std::ostream & log (void)
void setLoggable (Loggable loggable_)
void resetLoggable (void)
std::ostream & put (const std::string &)
LoggerStreamendl (void)

Detailed Description

Definition at line 27 of file LoggerStream.hpp.

Constructor & Destructor Documentation

HCE::LoggerStream::LoggerStream ( void  )

Definition at line 6 of file LoggerStream.cpp.

Here is the call graph for this function:

HCE::LoggerStream::~LoggerStream ( void  )
virtual

Definition at line 13 of file LoggerStream.cpp.

Member Function Documentation

LoggerStream & HCE::LoggerStream::endl ( void  )

Definition at line 54 of file LoggerStream.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

std::ostream& HCE::LoggerStream::log ( void  )
inline

Definition at line 36 of file LoggerStream.hpp.

Here is the caller graph for this function:

std::string HCE::LoggerStream::logMsg ( bool  isReset = true)

Definition at line 30 of file LoggerStream.cpp.

Here is the caller graph for this function:

std::ostream & HCE::LoggerStream::put ( const std::string &  data)

Definition at line 48 of file LoggerStream.cpp.

Here is the caller graph for this function:

void HCE::LoggerStream::resetLoggable ( void  )

Definition at line 43 of file LoggerStream.cpp.

Here is the caller graph for this function:

void HCE::LoggerStream::resetLogStream ( void  )

Definition at line 17 of file LoggerStream.cpp.

Here is the caller graph for this function:

void HCE::LoggerStream::setLoggable ( Loggable  loggable_)

Definition at line 38 of file LoggerStream.cpp.

Here is the caller graph for this function:

void HCE::LoggerStream::setLogStream ( std::ostream &  os_)

Definition at line 24 of file LoggerStream.cpp.

Here is the caller graph for this function:


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