|
libmoost
|
#include <service.hpp>
Public Member Functions | |
| void | create () |
| bool | set_log_level (const std::string &) |
| std::string | show_help () const |
| bool | handle_command (std::string &, const std::string &, const std::string &) |
| void | enable () |
| void | disable () |
| void | log (const std::string &) |
Definition at line 178 of file service.hpp.
| void moost::process::NoConsoleLoggerPolicy::create | ( | ) | [inline] |
Definition at line 181 of file service.hpp.
| void moost::process::NoConsoleLoggerPolicy::disable | ( | ) | [inline] |
Definition at line 204 of file service.hpp.
| void moost::process::NoConsoleLoggerPolicy::enable | ( | ) | [inline] |
Definition at line 200 of file service.hpp.
| bool moost::process::NoConsoleLoggerPolicy::handle_command | ( | std::string & | , |
| const std::string & | , | ||
| const std::string & | |||
| ) | [inline] |
Definition at line 195 of file service.hpp.
| void moost::process::NoConsoleLoggerPolicy::log | ( | const std::string & | ) | [inline] |
Definition at line 208 of file service.hpp.
| bool moost::process::NoConsoleLoggerPolicy::set_log_level | ( | const std::string & | ) | [inline] |
Definition at line 185 of file service.hpp.
| std::string moost::process::NoConsoleLoggerPolicy::show_help | ( | ) | const [inline] |
Definition at line 190 of file service.hpp.