iOS SDK Version
FBAdLoggingDelegate
Objective-C
@protocolFBAdLoggingDelegate<NSObject>-(void)logAtLevel:(FBAdLogLevel)levelwithFileName:(NSString*)fileNamewithLineNumber:(int)lineNumberwithThreadId:(long)threadIdwithBody:(NSString*)body;@end
Swift
protocolFBAdLoggingDelegate:NSObjectProtocol
Undocumented
- Undocumented
Declaration
Objective-C-(void)logAtLevel:(FBAdLogLevel)levelwithFileName:(NSString*)fileNamewithLineNumber:(int)lineNumberwithThreadId:(long)threadIdwithBody:(NSString*)body;
Swiftfunclog(atlevel:FBAdLogLevel,withFileNamefileName:String,withLineNumberlineNumber:Int32,withThreadIdthreadId:Int,withBodybody:String)