log

package
v0.0.0-...-591eb45 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2019 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package log provides types and functions used for logging messages to the standard output.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

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

Debug prints debug log message to the standart output.

func Error

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

Error prints error log message to the standart output.

func Fatal

func Fatal(params ...interface{})

Fatal prints fatal log message to the standart output and runs os.Exit(1).

func Fatalf

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

Fatalf prints fatal log formatted message to the standart output and runs os.Exit(1).

func Info

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

Info prints information log message to the standart output.

func Warn

func Warn(format string, params ...interface{})

Warn prints warning log message to the standart output.

Types

This section is empty.

Jump to

Keyboard shortcuts

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