log

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: May 4, 2018 License: MIT Imports: 5 Imported by: 1,029

Documentation

Overview

Package log provides support for logging to stdout and stderr.

Log entries will be logged in the following format:

timestamp hostname tag[pid]: SEVERITY Message

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

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

Debug logs a message with severity DEBUG.

func Error

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

Error logs a message with severity ERROR.

func Fatal

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

Fatal logs a message with severity ERROR followed by a call to os.Exit().

func Info

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

Info logs a message with severity INFO.

func SetLevel added in v0.9.0

func SetLevel(level string)

SetLevel sets the log level. Valid levels are panic, fatal, error, warn, info and debug.

func SetTag

func SetTag(t string)

SetTag sets the tag.

func Warning

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

Warning logs a message with severity WARNING.

Types

type ConfdFormatter added in v0.9.0

type ConfdFormatter struct {
}

func (*ConfdFormatter) Format added in v0.9.0

func (c *ConfdFormatter) Format(entry *log.Entry) ([]byte, error)

Jump to

Keyboard shortcuts

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