Class DefaultInvocationGate

java.lang.Object
ch.qos.logback.core.util.DefaultInvocationGate
All Implemented Interfaces:
InvocationGate

public class DefaultInvocationGate extends Object implements InvocationGate
This class serves as a gateway for invocations of a "costly" operation on a critical execution path.
Author:
Ceki Gülcü