X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FLogFormat.hh;h=4e79978a695d98e0892cd41641479910eafa0db5;hb=61dc3812717cdc89fa2402006d4009236b72dc8f;hp=8fc4684fde80f8ecc9f68a6dd00b0f6183c18b81;hpb=3312f76b1836cad486d5f38690ee9c0f84cbc12c;p=senf.git diff --git a/Utils/Logger/LogFormat.hh b/Utils/Logger/LogFormat.hh index 8fc4684..4e79978 100644 --- a/Utils/Logger/LogFormat.hh +++ b/Utils/Logger/LogFormat.hh @@ -69,9 +69,9 @@ namespace detail { std::string prefix(time_type timestamp, std::string const & stream, std::string const & area, unsigned level); bool isPlainFormat() const; + void consoleFormat(std::ostream & os); private: - void consoleFormat(std::ostream & os); std::string tag_; std::string timeFormat_;