#include <logsink_cmpt.h>
// TODO: WRITE YOUR DESCRIPTION HERE!
Definition at line 33 of file logsink_cmpt.h.
Public Member Functions | |
| logsink () | |
| virtual | ~logsink () |
| bool | origin (const std::string &fromwhere) |
| bool | filter (const std::string &level) |
| bool | post (const std::string &message, const std::string &priority="NORMAL", const std::string &origin="") |
| bool | postLocally (const std::string &message, const std::string &priority="NORMAL", const std::string &origin="") |
| std::string | version () |
| std::string | localId () |
| std::string | id () |
| bool | setglobal (const bool isglobal=true) |
| bool | setlogfile (const std::string &filename="casapy.log") |
| bool | showconsole (const bool onconsole=false) |
| casac::logsink::logsink | ( | ) |
| virtual casac::logsink::~logsink | ( | ) | [virtual] |
| bool casac::logsink::origin | ( | const std::string & | fromwhere | ) |
| bool casac::logsink::filter | ( | const std::string & | level | ) |
| bool casac::logsink::post | ( | const std::string & | message, | |
| const std::string & | priority = "NORMAL", |
|||
| const std::string & | origin = "" | |||
| ) |
| bool casac::logsink::postLocally | ( | const std::string & | message, | |
| const std::string & | priority = "NORMAL", |
|||
| const std::string & | origin = "" | |||
| ) |
| std::string casac::logsink::version | ( | ) |
| std::string casac::logsink::localId | ( | ) |
| std::string casac::logsink::id | ( | ) |
| bool casac::logsink::setglobal | ( | const bool | isglobal = true |
) |
| bool casac::logsink::setlogfile | ( | const std::string & | filename = "casapy.log" |
) |
| bool casac::logsink::showconsole | ( | const bool | onconsole = false |
) |
1.5.1