aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 7796541b..311525b0 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -476,6 +476,9 @@ void set_log_show_status_func (LogFunc status_func);
void debug_print (const gchar *format, ...) G_GNUC_PRINTF(1, 2);
void status_print (const gchar *format, ...) G_GNUC_PRINTF(1, 2);
+void log_write (const gchar *str,
+ const gchar *prefix);
+
void log_print (const gchar *format, ...) G_GNUC_PRINTF(1, 2);
void log_message (const gchar *format, ...) G_GNUC_PRINTF(1, 2);
void log_warning (const gchar *format, ...) G_GNUC_PRINTF(1, 2);