KISSCPP
a C++ library for rapid application development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
kisscpp::LogStreamSettings Class Reference

#include <logstream.hpp>

Public Member Functions

 LogStreamSettings ()
 
LogStreamSettingsoperator= (const LogStreamSettings &lss)
 
log_type getMessageType () const throw ()
 
log_severity getSeverity () const throw ()
 
const std::string & getEntityName () const throw ()
 
const std::string & getSource () const throw ()
 
void setMessageType (log_type mt)
 
void setSeverity (log_severity ms)
 
void setEntityName (const std::string &en)
 
void setSource (const std::string &s)
 

Constructor & Destructor Documentation

kisscpp::LogStreamSettings::LogStreamSettings ( )
inline

Member Function Documentation

const std::string& kisscpp::LogStreamSettings::getEntityName ( ) const
throw (
)
inline

Here is the caller graph for this function:

log_type kisscpp::LogStreamSettings::getMessageType ( ) const
throw (
)
inline

Here is the caller graph for this function:

log_severity kisscpp::LogStreamSettings::getSeverity ( ) const
throw (
)
inline

Here is the caller graph for this function:

const std::string& kisscpp::LogStreamSettings::getSource ( ) const
throw (
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStreamSettings& kisscpp::LogStreamSettings::operator= ( const LogStreamSettings lss)
inline

Here is the call graph for this function:

void kisscpp::LogStreamSettings::setEntityName ( const std::string &  en)
inline
void kisscpp::LogStreamSettings::setMessageType ( log_type  mt)
inline
void kisscpp::LogStreamSettings::setSeverity ( log_severity  ms)
inline
void kisscpp::LogStreamSettings::setSource ( const std::string &  s)
inline

Here is the call graph for this function:


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