1. Home
  2. Docs
  3. Bugfender SDK for iOS
  4. Send logs on iOS

Send logs on iOS

Sending logs to Bugfender is very simple:

  • Where you would use print() use bfprint()
  • Where you would use NSLog() use BFLog()

Quick-start tip: Use search and replace to change all NSLog to BFLog and all print to bfprint using Find > Find and Replace in Workspace…

If you use a logging library, we support many:

If you would like to support another library see Bugfender.log() to create your own adapter.