Uses of Class
software.amazon.awssdk.utils.Logger
Packages that use Logger
-
Uses of Logger in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils that return LoggerModifier and TypeMethodDescriptionstatic LoggerStatic factory to get a logger instance for a given classstatic LoggerStatic factory to get a logger instance with a specific name.Methods in software.amazon.awssdk.utils with parameters of type LoggerModifier and TypeMethodDescriptionstatic voidIoUtils.closeIfCloseableV2(Object maybeCloseable, Logger log) Closes the given Closeable quietly.static voidIoUtils.closeQuietlyV2(AutoCloseable is, Logger log) Closes the given Closeable quietly.