Logger interface compatible with AWS SDK v3 expectations (debug, info, warn, error). Consumers must provide an object that implements these four methods. Additional methods (like log) are allowed but not required or used by this library.
debug
info
warn
error
log
Logger interface compatible with AWS SDK v3 expectations (
debug,info,warn,error). Consumers must provide an object that implements these four methods. Additional methods (likelog) are allowed but not required or used by this library.