Searched defs:LogTarget (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dlog.h34 typedef enum LogTarget{ enum
47 } LogTarget; typedef in typeref:enum:LogTarget
49 void log_set_target(LogTarget target);
64 LogTarget log_get_target(void) _pure_;
210 const char *log_target_to_string(LogTarget target) _const_;
211 LogTarget log_target_from_string(const char *s) _pure_;

Completed in 290 milliseconds