Protocols

The following protocols are available globally.

  • Intercept a log entry from NSLog/OSLog and allow to modify it or to block it.

    See more

    Declaration

    Objective-C

    @protocol BFLogInterceptor <NSObject>

    Swift

    protocol BFLogInterceptor : NSObjectProtocol