APIRequestLogger

public final class APIRequestLogger

This class creates a formatted description of an APIRequestType object and logs it to file using LogHelper APIs.

See also

LogHelper
  • Start logging network requests to file.

    Declaration

    Swift

    public static func startLogging()
  • Stop logging network requests to file.

    Declaration

    Swift

    public static func stopLogging()