libmoost
moost::process::MoostStandardConsoleLoggerPolicy Class Reference

#include <service.hpp>

List of all members.

Public Member Functions

 MoostStandardConsoleLoggerPolicy ()
void create ()
bool set_log_level (const std::string &level)
std::string show_help () const
bool handle_command (std::string &rv, const std::string &cmd, const std::string &args)
void enable ()
void disable ()
void log (const std::string &msg)

Private Attributes

bool m_disabled
boost::scoped_ptr
< moost::logging::standard_console
m_console
std::string m_log_level
log4cxx::LevelPtr m_invalid_log_level

Detailed Description

Definition at line 213 of file service.hpp.


Constructor & Destructor Documentation


Member Function Documentation

Definition at line 222 of file service.hpp.

Here is the call graph for this function:

Definition at line 303 of file service.hpp.

Definition at line 294 of file service.hpp.

bool moost::process::MoostStandardConsoleLoggerPolicy::handle_command ( std::string &  rv,
const std::string &  cmd,
const std::string &  args 
) [inline]

Definition at line 270 of file service.hpp.

Here is the call graph for this function:

void moost::process::MoostStandardConsoleLoggerPolicy::log ( const std::string &  msg) [inline]

Definition at line 312 of file service.hpp.

bool moost::process::MoostStandardConsoleLoggerPolicy::set_log_level ( const std::string &  level) [inline]

Definition at line 231 of file service.hpp.

Here is the caller graph for this function:

Definition at line 259 of file service.hpp.


Member Data Documentation

Definition at line 321 of file service.hpp.

Definition at line 320 of file service.hpp.


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