static SYSLOG_SOCKET: OnceCell<UnixDatagram>
Expand description

Global syslog socket derived from the fd opened by openlog(). This is initialized in PlatformSyslog::new().