# Functions
New returns a new SysLog Connection for the given DeviceID and Udid It will create LogReader as a buffered Channel because Syslog is very verbose.
NewWithShimConnection connects to the syslog_relay service over a tunnel interface and the service port is obtained from remote service discovery.
NewWithUsbmuxdConnection connects to the syslog_relay service on the device over the usbmuxd socket.
# Structs
Connection exposes the LogReader channel which send the LogMessages as strings.
LogEntry represents a parsed log entry.