# README
fancylog provides stylized, non-blocking log output. It is used across many Golang projects here at NASK.
# Packages
No description provided by the author
# Functions
Blue apply blue color to the data.
Cyan apply cyan color to the data.
Gray apply gray color to the data.
Green apply green color to the data.
New returns new Logger instance with predefined writer output and automatically detect terminal coloring support.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewWithError returns new Logger instance with predefined writer output and automatically detect terminal coloring support.
NewWithName {(name string out FdWriter) *Logger { returns new Logger instance with predefined writer output and automatically detect terminal coloring support.
NewWithNameAndError {(name string out FdWriter) *Logger { returns new Logger instance with predefined writer output and automatically detect terminal coloring support.
Orange apply orange color to the data.
Purple apply purple color to the data.
Red apply red color to the data.
UncheckedCustomColor wrapper, this does not validate color.
# 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Get retrieves a buffer from the pool, creating one if necessary.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Logger struct define the underlying storage for single logger.
Prefix struct define plain and color byte Text will prefix text to include in the log Color will be the color applied to the log File flag set to true will display code trace.
PrefixText struct to hold the values of the prefixes to be used, and the tail size to add spaces to the end of the prefix.
# Interfaces
No description provided by the author
No description provided by the author
FdWriter interface extends existing io.Writer with file descriptor function support.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author