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.
- Syslog
Stream - Syslog stream that yields raw log message strings (null-byte terminated by the device).
Constants§
Functions§
- into_
stream - Convert a syslog stream into an async Stream<Item = Result<String, io::Error>>.