log

package
v1.5.8 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2014 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

package log implements logging functions that log errors to stderr and debug messages to stdout

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(arg interface{})

Debug logs to stdout

func Debugf

func Debugf(message string, args ...interface{})

Debugf logs to stdout

func Error

func Error(arg interface{})

Error logs to stderr

func Errorf

func Errorf(message string, args ...interface{})

Errorf logs to stderr

func Fatal

func Fatal(arg interface{})

Fatal logs to stderr and then exits with status 1

func Fatalf

func Fatalf(message string, args ...interface{})

Fatalf logs to stderr and then exits with status 1

Types

This section is empty.

Jump to

Keyboard shortcuts

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