Documentation ¶
Index ¶
- type DefaultLogger
- func (l *DefaultLogger) Clear()
- func (l *DefaultLogger) Error(text string) (int, error)
- func (l *DefaultLogger) Info(text string) (int, error)
- func (l *DefaultLogger) Success(text string) (int, error)
- func (l *DefaultLogger) Title(text string) (int, error)
- func (l *DefaultLogger) Warn(text string) (int, error)
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultLogger ¶
type DefaultLogger struct {
// contains filtered or unexported fields
}
func NewDefaultLogger ¶
func NewDefaultLogger() *DefaultLogger
func NewEmptyLogger ¶
func NewEmptyLogger() *DefaultLogger
func (*DefaultLogger) Clear ¶ added in v0.10.0
func (l *DefaultLogger) Clear()
Click to show internal directories.
Click to hide internal directories.