Sending logs to Bugfender is very simple:
- Where you would use
print()
usebfprint()
- Where you would use
NSLog()
useBFLog()
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.