Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type LoggerLocal ¶
Logger implementation for local development (plain text)
func (*LoggerLocal) Debug ¶
func (l *LoggerLocal) Debug(msg string, args ...interface{})
func (*LoggerLocal) Error ¶
func (l *LoggerLocal) Error(msg string, args ...interface{})
func (*LoggerLocal) Info ¶
func (l *LoggerLocal) Info(msg string, args ...interface{})
func (*LoggerLocal) Warn ¶
func (l *LoggerLocal) Warn(msg string, args ...interface{})
type LoggerProd ¶
Logger implementation for prod (json)
func (*LoggerProd) Debug ¶
func (l *LoggerProd) Debug(msg string, args ...interface{})
func (*LoggerProd) Error ¶
func (l *LoggerProd) Error(msg string, args ...interface{})
func (*LoggerProd) Info ¶
func (l *LoggerProd) Info(msg string, args ...interface{})
func (*LoggerProd) Warn ¶
func (l *LoggerProd) Warn(msg string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.