logger

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(message string)

Debug logs a structured log message to stdout

func Error

func Error(err error)

Error logs a structured error message to stdout

func SetLogLevel

func SetLogLevel(ll LogLevel)

SetLogLevel set the level of logging for the ddlambda

Types

type LogLevel

type LogLevel int

LogLevel represents the level of logging that should be performed

const (
	// LevelDebug logs all information
	LevelDebug LogLevel = iota
	// LevelError only logs errors
	LevelError LogLevel = iota
)

Jump to

Keyboard shortcuts

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