# Constants
Format_JSON logs in Format_JSON format.
Format_PLAINTEXT logs in plain text format.
WriteToDir logs to a directory.
WriteToFile logs to a single file.
WriteToStdOut logs to standard out.
# Type aliases
LogDestination is an enum for the destination for where the logs are stored.
LogFormat is an enum for the format of the logs.