log

package
v2.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package log provides a universal logger for martian packages.

Index

Constants

View Source
const (
	// Silent is a level that logs nothing.
	Silent int = iota
	// Error is a level that logs error logs.
	Error
	// Info is a level that logs error, and info logs.
	Info
	// Debug is a level that logs error, info, and debug logs.
	Debug
)

Variables

This section is empty.

Functions

func Debugf

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

Debugf logs a debug message.

func Errorf

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

Errorf logs an error message.

func Infof

func Infof(format string, args ...interface{})

Infof logs an info message.

func SetLevel

func SetLevel(l int)

SetLevel sets the global log level.

Types

This section is empty.

Jump to

Keyboard shortcuts

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