#ifndef __BinaryLog_h_ #define __BinaryLog_h_ // Start the logging subsystem. Many inputs come from the config file. By // default logging is turned on for the master, off for the slave. void initBinaryLog(); #endif