senf::log::Target::Target::RoutingEntry Struct Reference

Target routing entry. More...

#include <senf/Utils/Logger/Target.hh>

List of all members.


Detailed Description

Target routing entry.

A single routing entry matches messages against their stream, area and level. If the entry matches, the given action is performed.

See also:
senf::log::Target

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.

Member Function Documentation

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.


The documentation for this struct was generated from the following files: