# Functions
NewAdapter returns a pointer to an appropriate implementation of the Adapter interface, as determined by the storeageAdapterType string it is passed.
# Variables
Exported so it can be set by an external agent-- namely main.go, which does some flag parsing.
# Interfaces
Adapter is an interface for pluggable components that store log messages.