# Functions
AppendRowTerminator append a terminator at the end of the row if that does not exist.
Default return the global default Formatter.
InitDefaultFormatter init the global default Formatter by specified type.
New return a Formatter by specified type.
NewJsonFormatter return a json formatter.
NewTextFormatter return a text formatter.
Register register a Formatter.
# Constants
JsonFormatter the json formatter type.
TextFormatter the text formatter type.
# Interfaces
Formatter the log formatter interface.