LoggingInterceptor
public class LoggingInterceptor : Interceptor
Debug Logging interceptor
note: Only logs to console when compiled with Debug configuration
-
Declaration
Swift
public enum Level : Int
-
Declaration
Swift
public var level: Level
-
Declaration
Swift
public init(log level: Level)
-
Declaration
Swift
public func intercept(chain: Chain) -> AnyPublisher<HTTPResponse, HTTPClientError>