logger

package
v1.17.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 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

func Warn added in v1.12.0

func Warn(message string)

Warn logs a structured log message to stdout

Types

type LogLevel

type LogLevel int

LogLevel represents the level of logging that should be performed

const (
	// LevelDebug logs all information
	LevelDebug LogLevel = iota
	// LevelWarn only logs warnings and errors
	LevelWarn LogLevel = iota
)

Jump to

Keyboard shortcuts

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