Class ExceptionThrowingLogbookFactory

java.lang.Object
org.zalando.logbook.internal.ExceptionThrowingLogbookFactory
All Implemented Interfaces:
LogbookFactory

public final class ExceptionThrowingLogbookFactory extends Object implements LogbookFactory

This class is a default implementation of LogbookFactory. It is loaded by default throw Java ServiceLoader mechanism if there are no other implementation of LogbookFactory found on the classpath. This is because the priority of this class is set to Integer.MIN_VALUE.

This factory creates an instance of ExceptionThrowingLogbook, whose methods throw UnsupportedOperationException.