Package io.aether.logger
Interface Log.LogAutoClose
-
- All Superinterfaces:
java.lang.AutoCloseable
- Enclosing class:
- Log
public static interface Log.LogAutoClose extends java.lang.AutoCloseableAn AutoCloseable interface for managing logging contexts.
-
-
Field Summary
Fields Modifier and Type Field Description static Log.LogAutoCloseEMPTYAn empty AutoCloseable that does nothing.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Closes the context.
-
-
-
Field Detail
-
EMPTY
static final Log.LogAutoClose EMPTY
An empty AutoCloseable that does nothing.
-
-