BatchLoggerDelegate

@protocol BatchLoggerDelegate <NSObject>

- (void)logWithMessage:(nonnull NSString*)message;

@end

Undocumented