Documentation ¶
Index ¶
- Variables
- func Fail()
- func FormatJson(s string) (string, error)
- func FormatMap(m map[string]string) (string, error)
- func Info(v ...interface{})
- func Printf(format string, v ...interface{})
- func Println(v ...interface{})
- func SetDefaultLogger(l Logger)
- func Success()
- func Warn(v ...interface{})
- func Warnf(format string, v ...interface{})
- type JsonFormatter
- type Logger
- type MapFormatter
Constants ¶
This section is empty.
Variables ¶
View Source
var Verbose bool
Functions ¶
func FormatJson ¶
Types ¶
type JsonFormatter ¶
type JsonFormatter struct{}
type MapFormatter ¶
type MapFormatter struct{}
Click to show internal directories.
Click to hide internal directories.