# Functions
MakeLoggerFull returns a wrapper class that provides Full semantics, utilizing a simple Simple.write() function.
# Structs
SimpleFmtPrint is a Simple logger that calls fmt.Print.
SimpleFuncPtr is a Simple logger that allows you to pass in a function pointer for the Write call.