~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to src/chassis-log.h

  • Committer: jan at mysql
  • Date: 2010-06-04 16:44:54 UTC
  • Revision ID: jan@mysql.com-20100604164454-jj49uyi93y4gkpms
strip the leading top_srcdir from the filenames (G_STRLOC) in log-messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
CHASSIS_API void chassis_log_func(const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer user_data);
62
62
CHASSIS_API void chassis_log_set_logrotate(chassis_log *log);
63
63
CHASSIS_API int chassis_log_set_event_log(chassis_log *log, const char *app_name);
 
64
CHASSIS_API const char *chassis_log_skip_topsrcdir(const char *message);
64
65
/*@}*/
65
66
 
66
67
#endif