Simple, lightweight remote logging for iOS / macOS / tvOS.
Sign up for your free account at Birch.
pod 'BirchXCGLogger'
github "gruffins/birch-xcglogger"
.package(url: "https://github.com/gruffins/birch-xcglogger.git", majorVersion: 1)
Setup Birch then add the logger to XCGLogger
import BirchXCGLogger
let logger = XCGLogger(identifier: "your_identifier", includeDefaultDestinations: false)
logger.add(destination: BirchXCGLogger())