Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / file_log.h
index 1051ad1f9950e939ce5dcc8752369c19e7544a56..64999200072895dd2436ba2d94ab64f4d196cefa 100644 (file)
@@ -27,7 +27,7 @@ public:
        std::string head_and_tail (int amount = 1024) const;
 
 private:
-       void do_log (std::string m);
+       void do_log (boost::shared_ptr<const LogEntry> entry);
        /** filename to write to */
        boost::filesystem::path _file;
 };