Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DumpLogger ¶
type DumpLogger struct {
}
func (DumpLogger) Debug ¶
func (l DumpLogger) Debug(msg string)
func (DumpLogger) Error ¶
func (l DumpLogger) Error(msg string)
func (DumpLogger) Fatal ¶
func (l DumpLogger) Fatal(msg string)
func (DumpLogger) Info ¶
func (l DumpLogger) Info(msg string)
func (DumpLogger) Log ¶
func (l DumpLogger) Log(level, msg string)
func (DumpLogger) Panic ¶
func (l DumpLogger) Panic(msg string)
func (DumpLogger) Warn ¶
func (l DumpLogger) Warn(msg string)
Click to show internal directories.
Click to hide internal directories.