|
SecureLogAPI 2.0.0
|
#include <SecureLog.h>
Instance Methods | |
| (instancetype) | - NS_UNAVAILABLE |
| (void) | - setLevel: |
| Set the secure log level to write in log file. | |
| (NSArray< NSURL * > *) | - files |
| Return array of log files that logged by secure log. | |
| (void) | - deleteFiles |
| Delete all logs that logged by secure log. | |
The protocol contains all functions to the app integrators to interact with Secure Log
| - (void) deleteFiles |
Delete all logs that logged by secure log.
| - (NSArray< NSURL * > *) files |
Return array of log files that logged by secure log.
| - (instancetype) NS_UNAVAILABLE |
There is no direct init function available. Cast the SecureLogImpl object to this protocol and call below function to interact with Secure Log
| - (void) setLevel: | (SecureLogLevel) | logLevel |
Set the secure log level to write in log file.
| logLevel | log level. |