Skip to content

gruffins/birch-xcglogger

Repository files navigation

Birch

Carthage compatible CocoaPods compatible Swift Package Manager compatible Platforms

Simple, lightweight remote logging for iOS / macOS / tvOS.

Sign up for your free account at Birch.

Installation

Using CocoaPods

pod 'BirchXCGLogger'

Using Carthage

github "gruffins/birch-xcglogger"

Using Swift Package Manager

.package(url: "https://github.com/gruffins/birch-xcglogger.git", majorVersion: 1)

Setup

Setup Birch then add the logger to XCGLogger

import BirchXCGLogger

let logger = XCGLogger(identifier: "your_identifier", includeDefaultDestinations: false)
logger.add(destination: BirchXCGLogger())