Uses of Class
software.amazon.awssdk.utils.Logger
-
Packages that use Logger Package Description software.amazon.awssdk.utils -
-
Uses of Logger in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils that return Logger Modifier and Type Method Description static LoggerLogger. loggerFor(Class<?> clz)Static factory to get a logger instance for a given classstatic LoggerLogger. loggerFor(String name)Static factory to get a logger instance with a specific name.Methods in software.amazon.awssdk.utils with parameters of type Logger Modifier and Type Method Description static voidIoUtils. closeIfCloseableV2(Object maybeCloseable, Logger log)Closes the given Closeable quietly.static voidIoUtils. closeQuietlyV2(AutoCloseable is, Logger log)Closes the given Closeable quietly.
-