Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDebug ¶
func IsDebug(level DebugLevel) bool
func IsError ¶
func IsError(level DebugLevel) bool
func IsWarn ¶
func IsWarn(level DebugLevel) bool
Types ¶
type DebugWithPrefix ¶
type DebugWithPrefix struct { Level DebugLevel Prefix string }
func NewDebugWithPrefix ¶
func NewDebugWithPrefix(level DebugLevel, prefix string) *DebugWithPrefix
func (*DebugWithPrefix) String ¶
func (d *DebugWithPrefix) String() string
Click to show internal directories.
Click to hide internal directories.