Skip to main content

Module syslog

Module syslog 

Source
Expand description

Syslog relay service.

Connects to com.apple.syslog_relay (or .shim.remote over tunnel) and streams null-byte-terminated log messages.

Reference: go-ios/ios/syslog/syslog.go

Structs§

LogEntry
Parsed syslog entry.
SyslogStream
Syslog stream that yields raw log message strings (null-byte terminated by the device).

Constants§

SERVICE_NAME
SHIM_SERVICE_NAME

Functions§

into_stream
Convert a syslog stream into an async Stream<Item = Result<String, io::Error>>.