Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not truncate the output on large messages, but switch to a dynamically allocated...
[simgrid.git] / src / xbt / log_private.h
index d9a79c8..6ab4522 100644 (file)
@@ -18,7 +18,8 @@ struct xbt_log_appender_s {
 
 struct xbt_log_layout_s {
   void (*do_layout)(xbt_log_layout_t l,
-                   xbt_log_event_t event, const char *fmt);
+                   xbt_log_event_t event, const char *fmt,
+                   xbt_log_appender_t appender);
   void (*free_) (xbt_log_layout_t l);
   void *data;
 } ;