#include <senf/Utils/Logger/Target.hh>
A single routing entry matches messages against their stream, area and level. If the entry matches, the given action is performed.
Definition at line 165 of file Target.hh.
Public Member Functions |
|
std::string | stream () const |
Stream to match. |
|
std::string | area () const |
Area to match (empty of unspecified). |
|
unsigned | level () const |
Level to match (senf::log::NONE::value if unspecified). |
|
action_t | action () const |
Action to take. |
senf::log::Target::action_t senf::log::Target::Target::RoutingEntry:: | ||||
action | () | |||
Action to take.
Definition at line 118 of file Target.cci.
std::string senf::log::Target::Target::RoutingEntry:: | ||||
area | () | |||
Area to match (empty of unspecified).
Definition at line 106 of file Target.cci.
unsigned senf::log::Target::Target::RoutingEntry:: | ||||
level | () | |||
Level to match (senf::log::NONE::value if unspecified).
Definition at line 112 of file Target.cci.
std::string senf::log::Target::Target::RoutingEntry:: | ||||
stream | () | |||
Stream to match.
Definition at line 100 of file Target.cci.