logger

package
v0.0.0-...-91dbb5c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NoopLogger noopLogger
View Source
var StandardLogger standardLogger

Functions

This section is empty.

Types

type BlueString

type BlueString string

func (BlueString) String

func (s BlueString) String() string

type ColoredString

type ColoredString interface {
	String() string
}

type CyanString

type CyanString string

func (CyanString) String

func (s CyanString) String() string

type GreenBoldString

type GreenBoldString string

func (GreenBoldString) String

func (s GreenBoldString) String() string

type GreenString

type GreenString string

func (GreenString) String

func (s GreenString) String() string

type Logger

type Logger interface {
	Debug(args ...interface{})
	Info(args ...interface{})
	Notice(args ...interface{})
	Warning(args ...interface{})
	Error(args ...interface{})
	Critical(args ...interface{})
	Fatal(args ...interface{})
}

type MagentaString

type MagentaString string

func (MagentaString) String

func (s MagentaString) String() string

type RedString

type RedString string

func (RedString) String

func (s RedString) String() string

type YellowString

type YellowString string

func (YellowString) String

func (s YellowString) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL