chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / src / basic / log.h
index 69e40c16b682be1525cf8d36c042173fb03efb05..9c796e9f13cab99ed9436326b6f6452f74f8912b 100644 (file)
@@ -86,6 +86,11 @@ int log_get_max_level_realm(LogRealm realm) _pure_;
 #define log_get_max_level()                     \
         log_get_max_level_realm(LOG_REALM)
 
+/* Functions below that open and close logs or configure logging based on the
+ * environment should not be called from library code — this is always a job
+ * for the application itself.
+ */
+
 int log_open(void);
 void log_close(void);
 #if 0 /// UNNEEDED by elogind