log

package
v0.0.0-...-79153e9 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2017 License: MIT Imports: 4 Imported by: 0

README

log package contains drop-in replacement for default Go logging subsystem

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fatal

func Fatal(v ...interface{})

Fatal is drop-in replacement for standard log package analogue

func Fatalf

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

Fatalf is drop-in replacement for standard log package analogue

func Fatalln

func Fatalln(v ...interface{})

Fatalln is drop-in replacement for standard log package analogue

func Flags

func Flags() int

Flags is drop-in replacement for standard log package analogue

func Panic

func Panic(v ...interface{})

Panic is drop-in replacement for standard log package analogue

func Panicf

func Panicf(format string, v ...interface{})

Panicf is drop-in replacement for standard log package analogue

func Panicln

func Panicln(v ...interface{})

Panicln is drop-in replacement for standard log package analogue

func Prefix

func Prefix() string

Prefix is is drop-in replacement for standard log package analogue

func Print

func Print(v ...interface{})

Print is drop-in replacement for standard log package analogue

func Printf

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

Printf is drop-in replacement for standard log package analogue

func Println

func Println(v ...interface{})

Println is drop-in replacement for standard log package analogue

func SetFlags

func SetFlags(int)

SetFlags is drop-in replacement for standard log package analogue

func SetOutput

func SetOutput(io.Writer)

SetOutput is drop-in replacement for standard log package analogue

func SetPrefix

func SetPrefix(string)

SetPrefix is drop-in replacement for standard log package analogue

Types

This section is empty.

Jump to

Keyboard shortcuts

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