LogsApi
@interface LogsApi : NodeDependant
Provides access to Textile logs related APIs
-
Set the log level for the Textile node
Declaration
Objective-C
- (void)setLevel:(id)level error:(NSError *_Nullable *_Nullable)error;Swift
func setLevel(_ level: Any!, error: NSErrorPointer)Parameters
levelObject containing a dictionary of log level for each logging system
errorA reference to an error pointer that will be set in the case of an error
View on GitHub
LogsApi Class Reference