logging

package
v0.4.0-beta Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2026 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package logging provides utilities for creating and accessing a logger within the application.

Index

Constants

View Source
const (
	// LevelDefault is the default logging level for the application, which is error.
	LevelDefault = hclog.Error

	// LevelDebug is the logging level that includes debug messages, which is more verbose than the default.
	LevelDebug = hclog.Debug
)

Variables

This section is empty.

Functions

func FromContext

func FromContext(ctx context.Context) hclog.Logger

FromContext extracts the logger from the context, or returns a null logger if not found.

func NewLogger

func NewLogger(io iostreams.IOStreams, initialLevel hclog.Level) hclog.Logger

NewLogger constructs a new logger configured based on the provided IOStreams.

func WithLogger

func WithLogger(ctx context.Context, logger hclog.Logger) context.Context

WithLogger returns a new context with the provided logger.

Types

This section is empty.

Jump to

Keyboard shortcuts

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