log

package module
v0.0.0-...-3f3ebed Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2018 License: GPL-3.0 Imports: 3 Imported by: 1

README

fancylog

Fancy Log

Documentation

Index

Constants

View Source
const (
	COLOR_RESET  = "\033[0m"
	COLOR_RED    = "\033[31m"
	COLOR_GREEN  = "\033[32m"
	COLOR_YELLOW = "\033[33m"
	COLOR_CYAN   = "\033[36m"

	COLOR_GRAY = "\033[2;37m"
)

Variables

This section is empty.

Functions

func ColorPrint

func ColorPrint(color string, s string)

func ColorPrintln

func ColorPrintln(color string, s string)

func Debug

func Debug(v ...interface{})

func Debugf

func Debugf(s string, v ...interface{})

func Error

func Error(v ...interface{})

func Errorf

func Errorf(s string, v ...interface{})

func Event

func Event(v ...interface{})

func Eventf

func Eventf(s string, v ...interface{})

func Fatal

func Fatal(v ...interface{})

func Fatalf

func Fatalf(s string, v ...interface{})

func Highlight

func Highlight(v ...interface{})

func Highlightf

func Highlightf(s string, v ...interface{})

func Info

func Info(v ...interface{})

Our own interfaces

func Infof

func Infof(s string, v ...interface{})

func Panic

func Panic(v ...interface{})

func Printf

func Printf(s string, v ...interface{})

func Println

func Println(v ...interface{})

func Warn

func Warn(v ...interface{})

func Warnf

func Warnf(s string, v ...interface{})

Types

This section is empty.

Jump to

Keyboard shortcuts

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