Interface ScopedLoggingContext.LoggingContextCloseable
-
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing class:
- ScopedLoggingContext
public static interface ScopedLoggingContext.LoggingContextCloseable extends Closeable
A logging context which must be closed in the reverse order to which it was created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-