# Functions
NewLogDestinationConfig creates a new log destination configuration object to select and store: logger: the logger used to print status to the terminal logTarget: the target of the log destination as a comma-delimited string (e.g., file path, rest API URL) format: the format of the log destination (e.g., JSON, TXT).
# Structs
LogDestination is a struct that holds the configuration for a log destination.