Skip to main content
The JamLog framework lets you send log events to Jam for iOS so that they can be associated with your Jam.

Supported Platforms

  • iOS 15.0+

Quick Start

Add the following to your Package.swift:
Alternatively, you can add the package directly via Xcode.

Usage

Also supports info, warn, and error.

SwiftLog

You can integrate with SwiftLog by importing JamSwiftLog and bootstrapping the logging system:
Alternatively, you can add JamLog to your existing logging system by using the MultiplexLogHandler:

React Native

JamLog is also available as a React Native Expo module.