LOGGING: Pass the log level down to the log target output function
[osmocom-bb.git] / include / osmocore / logging.h
index 27e7734..5b780a3 100644 (file)
@@ -95,7 +95,8 @@ struct log_target {
                } tgt_vty;
        };
 
-        void (*output) (struct log_target *target, const char *string);
+        void (*output) (struct log_target *target, unsigned int level,
+                       const char *string);
 };
 
 /* use the above macros */