#include "MessageFacilityMsg.h"
Definition at line 13 of file MessageFacilityMsg.h.
mf::MessageFacilityMsg::~MessageFacilityMsg |
( |
| ) |
|
mf::MessageFacilityMsg::MessageFacilityMsg |
( |
ErrorObj const & |
errorobj | ) |
|
mf::MessageFacilityMsg::MessageFacilityMsg |
( |
| ) |
|
string mf::MessageFacilityMsg::application |
( |
| ) |
const |
string mf::MessageFacilityMsg::category |
( |
| ) |
const |
string mf::MessageFacilityMsg::context |
( |
| ) |
const |
bool mf::MessageFacilityMsg::empty |
( |
void |
| ) |
const |
ErrorObj mf::MessageFacilityMsg::ErrorObject |
( |
| ) |
const |
string mf::MessageFacilityMsg::file |
( |
| ) |
const |
string mf::MessageFacilityMsg::hostaddr |
( |
| ) |
const |
string mf::MessageFacilityMsg::hostname |
( |
| ) |
const |
string mf::MessageFacilityMsg::iteration |
( |
| ) |
const |
long mf::MessageFacilityMsg::line |
( |
| ) |
const |
string mf::MessageFacilityMsg::message |
( |
| ) |
const |
string mf::MessageFacilityMsg::module |
( |
| ) |
const |
long mf::MessageFacilityMsg::pid |
( |
| ) |
const |
void mf::MessageFacilityMsg::setApplication |
( |
std::string const & |
app | ) |
|
void mf::MessageFacilityMsg::setCategory |
( |
std::string const & |
category | ) |
|
void mf::MessageFacilityMsg::setContext |
( |
std::string const & |
s | ) |
|
void mf::MessageFacilityMsg::setHostaddr |
( |
std::string const & |
hostaddr | ) |
|
void mf::MessageFacilityMsg::setHostname |
( |
std::string const & |
hostname | ) |
|
void mf::MessageFacilityMsg::setIteration |
( |
std::string const & |
s | ) |
|
void mf::MessageFacilityMsg::setMessage |
( |
std::string const & |
file, |
|
|
std::string const & |
line, |
|
|
std::string const & |
message |
|
) |
| |
void mf::MessageFacilityMsg::setModule |
( |
std::string const & |
module | ) |
|
void mf::MessageFacilityMsg::setPid |
( |
long |
pid | ) |
|
void mf::MessageFacilityMsg::setSeverity |
( |
std::string const & |
severity | ) |
|
void mf::MessageFacilityMsg::setTimestamp |
( |
timeval const & |
tv | ) |
|
string mf::MessageFacilityMsg::severity |
( |
| ) |
const |
timeval mf::MessageFacilityMsg::timestamp |
( |
| ) |
const |
string mf::MessageFacilityMsg::timestr |
( |
| ) |
const |
Definition at line 120 of file MessageFacilityMsg.cc.
References msg_.
122 return mf::timestamp::Legacy::get_time(
msg_->timestamp());
std::unique_ptr< ErrorObj > msg_
bool mf::MessageFacilityMsg::empty_ |
|
private |
Definition at line 54 of file MessageFacilityMsg.h.
Referenced by empty(), setApplication(), setCategory(), setContext(), setHostaddr(), setHostname(), setIteration(), setMessage(), setModule(), setPid(), setSeverity(), and setTimestamp().
std::unique_ptr<ErrorObj> mf::MessageFacilityMsg::msg_ |
|
private |
Definition at line 53 of file MessageFacilityMsg.h.
Referenced by application(), category(), context(), ErrorObject(), file(), hostaddr(), hostname(), iteration(), line(), message(), module(), pid(), setApplication(), setCategory(), setContext(), setHostaddr(), setHostname(), setIteration(), setMessage(), setModule(), setPid(), setSeverity(), setTimestamp(), severity(), timestamp(), and timestr().
The documentation for this class was generated from the following files: