# Functions

GetLogger returns a logger that will write to the testing.T.Log function using the env var provided for the log level.
GetTestContainersGoTestLogger returns a logger that will write to the testing.T.Log function using the env var for log level for logs that testcontainers-go will log out.
GetTestLogger returns a logger that will write to the testing.T.Log function using the env var for log level.
No description provided by the author
SplitStringIntoChunks takes a string and splits it into chunks of a specified size.

# Constants

No description provided by the author

# Variables

No description provided by the author

# Structs

CustomT wraps testing.T for two purposes: 1.

# Type aliases

Logger is an alias for zerolog.Logger, exposed through the logging package.