Documentation
¶
Index ¶
- func Bold(arg interface{}) aurora.Value
- func Cyan(arg interface{}) aurora.Value
- func Debug(args ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Green(arg interface{}) aurora.Value
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func Printf(format string, args ...interface{})
- func Println(args ...interface{})
- func Red(arg interface{}) aurora.Value
- func SetColors(enable bool)
- func SetLevel(level Level)
- func SetOutput(out io.Writer)
- func StartSpinner()
- func StopSpinner()
- func Warn(args ...interface{})
- func Warnf(format string, args ...interface{})
- func Yellow(arg interface{}) aurora.Value
- type Level
- type Logger
- func (l *Logger) Debug(args ...interface{})
- func (l *Logger) Debugf(format string, args ...interface{})
- func (l *Logger) Error(args ...interface{})
- func (l *Logger) Errorf(format string, args ...interface{})
- func (l *Logger) Info(args ...interface{})
- func (l *Logger) Infof(format string, args ...interface{})
- func (l *Logger) IsLevelEnabled(level Level) bool
- func (l *Logger) Log(level Level, args ...interface{})
- func (l *Logger) Logf(level Level, format string, args ...interface{})
- func (l *Logger) Printf(format string, args ...interface{})
- func (l *Logger) Println(args ...interface{})
- func (l *Logger) SetLevel(level Level)
- func (l *Logger) SetOutput(out io.Writer)
- func (l *Logger) Warn(args ...interface{})
- func (l *Logger) Warnf(format string, args ...interface{})
- type SkipSettings
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartSpinner ¶
func StartSpinner()
func StopSpinner ¶
func StopSpinner()
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) IsLevelEnabled ¶
type SkipSettings ¶ added in v1.1.0
type SkipSettings int8
func (*SkipSettings) ApplySetting ¶ added in v1.1.0
func (s *SkipSettings) ApplySetting(setting string)
func (SkipSettings) SkipExecution ¶ added in v1.1.0
func (s SkipSettings) SkipExecution() bool
func (SkipSettings) SkipFailure ¶ added in v1.1.0
func (s SkipSettings) SkipFailure() bool
func (SkipSettings) SkipMeta ¶ added in v1.1.0
func (s SkipSettings) SkipMeta() bool
func (SkipSettings) SkipSuccess ¶ added in v1.1.0
func (s SkipSettings) SkipSuccess() bool
func (SkipSettings) SkipSummary ¶ added in v1.1.0
func (s SkipSettings) SkipSummary() bool
Click to show internal directories.
Click to hide internal directories.