git-svn-id: http://ltt.polymtl.ca/svn@327 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / include / lttv / lttv.h
index 77dac57e7b8e85e47b58034ae355e1931f7f8ca1..5017718e10ea8600f224950f07f0bc2e7bb363a1 100644 (file)
@@ -31,4 +31,7 @@ LttvAttribute *lttv_global_attributes();
 
 */
 
+#define g_info(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format)
+#define g_debug(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, format)
+
 #endif // LTTV_H
This page took 0.023596 seconds and 4 git commands to generate.