package
0.3.2
Repository: https://github.com/no-src/log.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.