Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseLogger ¶
type BaseLogger struct {
LogLevel LogLevel
}
func NewBaseLogger ¶
func NewBaseLogger(lv LogLevel) *BaseLogger
func (*BaseLogger) PrintCritical ¶
func (bl *BaseLogger) PrintCritical(str string)
func (*BaseLogger) PrintDebug ¶
func (bl *BaseLogger) PrintDebug(str string)
func (*BaseLogger) PrintError ¶
func (bl *BaseLogger) PrintError(str string)
func (*BaseLogger) PrintInfo ¶
func (bl *BaseLogger) PrintInfo(str string)
Click to show internal directories.
Click to hide internal directories.