10 void message( String message_str
, char const* context_ch_c_l
);
11 void warning( String message_str
, char const* context_ch_c_l
);
12 void error( String message_str
, char const* context_ch_c_l
);
13 void error(String s
); // errors
14 void error_t(const String
& s
, Time_description
const & t_tdes
);
15 void error_t(String
const &s
, const Moment
&when
);
17 //void warning(String s);
18 #define WARN warnout << "warning: "<<__FUNCTION__ << "(): "
19 extern ostream
&warnout
;
25 extern Dstream
*monitor
; // monitor
28 #define mtor if (0) *monitor // clever hack
30 #define mtor if (check_debug) monitor->identify_as(__PRETTY_FUNCTION__)
33 extern bool check_debug
;