log

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2014 License: MIT Imports: 3 Imported by: 0

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(msg string)

Debug logs a message with severity DEBUG.

func Error

func Error(msg string)

Error logs a message with severity ERROR.

func Fatal

func Fatal(msg string)

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

func Info

func Info(msg string)

Info logs a message with severity INFO.

func Notice

func Notice(msg string)

Notice logs a message with severity NOTICE.

func SetDebug added in v0.2.0

func SetDebug(enable bool)

SetDebug sets debug mode.

func SetQuiet added in v0.1.2

func SetQuiet(enable bool)

SetQuiet sets quiet mode.

func SetTag

func SetTag(t string)

SetTag sets the tag.

func SetVerbose added in v0.2.0

func SetVerbose(enable bool)

SetVerbose sets verbose mode.

func Warning

func Warning(msg string)

Warning logs a message with severity WARNING.

Types

This section is empty.

Jump to

Keyboard shortcuts

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