log

package
v0.0.0-...-56ccd80 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2022 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(ctx cli.Context, a ...interface{})

Debug prints out values to stdout.

func Debugf

func Debugf(ctx cli.Context, format string, a ...interface{})

Debugln prints out a format string if debugging is enabled.

func Debugfln

func Debugfln(ctx cli.Context, format string, a ...interface{})

Debugfln prints out a format string with a newline if debugging is enabled.

func Debugln

func Debugln(ctx cli.Context, s string)

Debugln prints out debug text with a newline.

func Error

func Error(ctx cli.Context, a ...interface{})

Error prints out values to stdout.

func Errorf

func Errorf(ctx cli.Context, format string, a ...interface{})

Errorln prints out a format string.

func Errorfln

func Errorfln(ctx cli.Context, format string, a ...interface{})

Errorfln prints out a format string with a newline.

func Errorln

func Errorln(ctx cli.Context, s string)

Errorln prints out error text with a newline.

func Fatal

func Fatal(ctx cli.Context, a ...interface{})

Fatal prints out values to stdout and exits with an error code.

func Fatalf

func Fatalf(ctx cli.Context, format string, a ...interface{})

Fatalln prints out a format string and exits with an error code.

func Fatalfln

func Fatalfln(ctx cli.Context, format string, a ...interface{})

Fatalfln prints out a format string with a newline and exits with an error code.

func Fatalln

func Fatalln(ctx cli.Context, s string)

Fatalln prints out fatal text with a newline and exits with an error code.

func Info

func Info(ctx cli.Context, a ...interface{})

Info prints out values to stdout.

func Infof

func Infof(ctx cli.Context, format string, a ...interface{})

Infoln prints out a format string.

func Infofln

func Infofln(ctx cli.Context, format string, a ...interface{})

Infofln prints out a format string with a newline if.

func Infoln

func Infoln(ctx cli.Context, s string)

Infoln prints out info text with a newline.

func Warn

func Warn(ctx cli.Context, a ...interface{})

Warn prints out values to stdout.

func Warnf

func Warnf(ctx cli.Context, format string, a ...interface{})

Warnln prints out a format string.

func Warnfln

func Warnfln(ctx cli.Context, format string, a ...interface{})

Warnfln prints out a format string with a newline.

func Warnln

func Warnln(ctx cli.Context, s string)

Warnln prints out warn text with a newline.

Types

This section is empty.

Jump to

Keyboard shortcuts

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