logger

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2021 License: Apache-2.0 Imports: 5 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 Raw added in v0.6.0

func Raw(message string)

Raw prints a raw message to the logs.

func SetLogLevel

func SetLogLevel(ll LogLevel)

SetLogLevel set the level of logging for the ddlambda

func SetOutput added in v0.6.0

func SetOutput(w io.Writer)

SetOutput changes the writer for the logger

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