# Functions
NewFormatFunc Create the function wrapper that compatible with fmt.Sprintf.
NewFunc Create the function wrapper for func() string.
NewFuncWithArg Create the function wrapper for func(arg interface{}) string.
NewFuncWithArgs Create the function wrapper for func(arg ...interface{}) string.
String helper that ensure safely output.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ColorLogger - A Logger that logs to stdout in color.
# Interfaces
Logger - Interface to pass into Proxy for it to log messages.
# Type aliases
Func Function wrapper that support lazy evaluation for the logger.