logging

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 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

This section is empty.

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) 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