Class ApiInternalLogger

java.lang.Object
io.vrap.rmf.base.client.http.InternalLogger
com.commercetools.api.client.ApiInternalLogger

public class ApiInternalLogger extends io.vrap.rmf.base.client.http.InternalLogger
  • Field Summary

    Fields inherited from class io.vrap.rmf.base.client.http.InternalLogger

    TOPIC_REQUEST, TOPIC_RESPONSE
  • Constructor Summary

    Constructors
    Constructor
    Description
    ApiInternalLogger(org.slf4j.Logger underlyingLogger)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static io.vrap.rmf.base.client.http.InternalLogger
    getLogger(io.vrap.rmf.base.client.ApiHttpRequest httpRequest)
     
    static io.vrap.rmf.base.client.http.InternalLogger
    getLogger(io.vrap.rmf.base.client.ApiHttpRequest httpRequest, String topic)
     

    Methods inherited from class io.vrap.rmf.base.client.http.InternalLogger

    debug, debug, error, error, getLogger, getLogger, info, info, isTraceEnabled, log, log, trace, trace, warn, warn

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getLogger

      public static io.vrap.rmf.base.client.http.InternalLogger getLogger(io.vrap.rmf.base.client.ApiHttpRequest httpRequest)
    • getLogger

      public static io.vrap.rmf.base.client.http.InternalLogger getLogger(io.vrap.rmf.base.client.ApiHttpRequest httpRequest, String topic)