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

    level

    Object containing a dictionary of log level for each logging system

    error

    A reference to an error pointer that will be set in the case of an error