Package 

Class RadixHttpLogWriter

  • All Implemented Interfaces:
    org.zalando.logbook.HttpLogWriter

    
    public final class RadixHttpLogWriter
     implements HttpLogWriter
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      RadixHttpLogWriter(Logger logger, Level level)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean isActive()
      Unit write(Precorrelation precorrelation, String request)
      Unit write(Correlation correlation, String response)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RadixHttpLogWriter

        RadixHttpLogWriter(Logger logger, Level level)