X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_log.hpp;h=58cb266e4adb01aa370682510bef1bf93e9ef484;hb=7467b072bb64f5c8575daa9917cce7df62d832f1;hp=e2af7c0fea2cca2ae5234bb08ed720f7d3295f47;hpb=a19294f809fc1e5481ad596faa5e604a6c84aa83;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.hpp b/src/filter_log.hpp index e2af7c0..58cb266 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_log.hpp,v 1.7 2005-10-25 16:01:36 adam Exp $ +/* $Id: filter_log.hpp,v 1.8 2005-10-29 22:23:36 marc Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -22,6 +22,9 @@ namespace yp2 { Log(const std::string &msg); Log(); void process(yp2::Package & package) const; + const std::string type() const { + return "Log"; + }; private: /// static mutex to lock Ostream during logging operation static boost::mutex m_log_mutex;