package
0.0.0-20240411132820-e2096438d6c8
Repository: https://github.com/jharrington22/awsutil.git
Documentation: pkg.go.dev

# Functions

NewAWSLogger creates new builder that can then be used to configure and build an OCM logger that uses the logging framework of the project.
NewLogger creates new builder that can then be used to configure and build an OCM logger that uses the logging framework of the project.
NewRoundTripper creates a builder that can then be used to create a round tripper that sends to the log the details of the requests sent and the responses received.

# Structs

AWSLogger is an implementation of the OCM logger interface that uses the logging framework of the project.
AWSLoggerBuilder contains the information and logic needed to create an AWS logger that uses the logging framework of the project.
LoggerBuilder contains the information and logic needed to create the default loggers used by the project.
RoundTripper is a round tripper that dumps the details of the requests and the responses to the log.
RoundTripperBuilder contains the information an logic needed to build a new round tripper that sends to the log the details of the requests sent and the responses received.