1 #ifndef sq3_LOG_DB_HPP_INCLUDED
2 #define sq3_LOG_DB_HPP_INCLUDED 1
44 explicit log_db( std::string
const & filename );
71 bool log( std::string
const & msg );
83 bool log(
char const * format, ... );
108 bool trim(
int leaveThisMany );
126 #endif // sq3_LOG_DB_HPP_INCLUDED