X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FSyslogTarget.hh;h=d11e448a89c01282aa094c5a2afe16d3d838c8e2;hb=3fdb9a73df4ef81bb8d5f817d443bbeb72cb1ad2;hp=786b58cf1b2b72eb33edf70554ecd33e9fd03863;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Utils/Logger/SyslogTarget.hh b/Utils/Logger/SyslogTarget.hh index 786b58c..d11e448 100644 --- a/Utils/Logger/SyslogTarget.hh +++ b/Utils/Logger/SyslogTarget.hh @@ -89,7 +89,9 @@ namespace log { std::string const & message); int facility_; - static int const LEVELMAP_[8]; + + public: + static int const LEVELMAP[8]; }; }}