public Sink responseCodeLoggingSink()

in src/main/java/com/epam/digital/data/platform/starter/logger/LoggingAutoConfiguration.java [30:32]


  public Sink responseCodeLoggingSink(HttpLogFormatter formatter, HttpLogWriter writer) {
    return new LogbookResponseCodeSink(new DefaultSink(formatter, writer));
  }