Objective-C Client Reference
Class PIOErrorLog
Language: Objective-C
The Player.IO ErrorLog service.
Methods | |||
---|---|---|---|
- (void) |
|
||
- (void) |
|
||
- (void) |
|
||
- (void) |
|
||
- (void) |
|
writeError:
Writes an entry to the error log
Arguments
NSString* | error |
writeError:details:stacktrace:
Writes an entry to the error log
Arguments
NSString* | error |
NSString* | details |
NSString* | stacktrace |
writeError:details:stacktrace:extraData:
Writes an entry to the error log
Arguments
NSString* | error |
NSString* | details |
NSString* | stacktrace |
NSDictionary* | extraData |
writeError:errorObj:
Writes an entry to the error log
Arguments
NSString* | error |
NSError* | errorObj |
writeError:exception:
Writes an entry to the error log
Arguments
NSString* | error |
NSException* | exception |