# Functions
Int returns a pointer to an int.
LogLevel gets current Log Level from the ORACLE_LOG env var.
LogOutput outputs the requested messages.
NewConfig returns a blank config to populate with the neccessary fields to authenitcate with Oracle's API.
NewDefaultLogger returns a default logger if one isn't specified during configuration.
String returns a pointer to a string.
# Structs
Config details the parameters needed to authenticate with Oracle Clouds API.
OracleError details the parameters of an error returned from Oracle's API.
# Interfaces
Logger interface.
# Type aliases
LoggerFunc details the logger functions.
LogLevelType details the constants that log level can be in.