summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-10 17:40:18 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-10 18:00:28 +0200
commit1adf1049dc9def8d8df405bab7f5ae08e1e9573d (patch)
tree82fefcd7def06b90b607e43742fe6645463783a9 /log.h
parentb9f49ee478fdc06c45092f208f1dddd23680ab13 (diff)
dbus: add a couple of properties to the dbus manager interface
Diffstat (limited to 'log.h')
-rw-r--r--log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/log.h b/log.h
index abea126b9..f424c191f 100644
--- a/log.h
+++ b/log.h
@@ -40,6 +40,9 @@ void log_set_max_level(int level);
int log_set_target_from_string(const char *e);
int log_set_max_level_from_string(const char *e);
+LogTarget log_get_target(void);
+int log_get_max_level(void);
+
void log_close_kmsg(void);
int log_open_kmsg(void);
void log_close_syslog(void);