Add disk writer tool.
[dcpomatic.git] / src / lib / file_log.h
index 6904bfd77436def72047217d00dbd9823771ddf2..613dd0939df990c1e0acc1f699cd4faeb15a9ea6 100644 (file)
@@ -24,11 +24,13 @@ class FileLog : public Log
 {
 public:
        explicit FileLog (boost::filesystem::path file);
+       FileLog (boost::filesystem::path file, int types);
 
        std::string head_and_tail (int amount = 1024) const;
 
 private:
        void do_log (boost::shared_ptr<const LogEntry> entry);
+
        /** filename to write to */
        boost::filesystem::path _file;
 };