3 #ifndef SPECTMORPH_DEBUG_HH
4 #define SPECTMORPH_DEBUG_HH
16 void debug (
const char *area,
const char *fmt, ...) SPECTMORPH_PRINTF (2, 3);
17 void enable (const std::
string& area);
18 void set_filename (const std::
string& filename);
19 bool enabled (const std::
string& area);
24 void sm_debug (const
char *fmt, ...) SPECTMORPH_PRINTF (1, 2);