Package org.frankframework.logging
Interface IbisMaskingLayout.HideRegexContext
- All Superinterfaces:
AutoCloseable
- Enclosing class:
- IbisMaskingLayout
Interface overrides
Is used in the return value of
AutoCloseable.close()
to remove the exception so this
can be used in a try-with-resources without having to handle any exceptions, however
does not need to add any extra methods.
Is used in the return value of
IbisMaskingLayout.pushToThreadLocalReplace(Pattern)
, instances
are lambdas or method references.-
Method Summary
-
Method Details
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-