X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTarget.ih;h=a0838719b46757d5f7f93247aa1e9af738c34bc7;hb=1f9ac79c1c2dfbb7abe22e1c816ca43d6582102b;hp=01d07281f768aad8db4358647dcb0101c7583001;hpb=456ee576285b76aa46240f8001f426757810dcc1;p=senf.git diff --git a/Utils/Logger/Target.ih b/Utils/Logger/Target.ih index 01d0728..a083871 100644 --- a/Utils/Logger/Target.ih +++ b/Utils/Logger/Target.ih @@ -23,8 +23,8 @@ /** \file \brief Target internal header */ -#ifndef IH_Target_ -#define IH_Target_ 1 +#ifndef IH_SENF_Utils_Logger_Target_ +#define IH_SENF_Utils_Logger_Target_ 1 // Custom includes #include @@ -45,7 +45,7 @@ namespace detail { using senf::singleton::instance; void write(StreamBase const & stream, AreaBase const & area, unsigned level, - std::string msg); + std::string const & msg); void routed(); bool fallbackRouting(); @@ -67,7 +67,7 @@ namespace detail { /** \brief Internal: Write log message */ template - void write(std::string msg); + void write(std::string const & msg); #ifndef DOXYGEN