logger

package
v0.27.1 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2025 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Package logger provides logging functionality for the CM application.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	// Logf logs a formatted message.
	Logf(format string, args ...interface{})
}

Logger interface provides logging capabilities.

func NewNoopLogger

func NewNoopLogger() Logger

NewNoopLogger creates a new noop logger.

func NewVerboseLogger added in v0.26.0

func NewVerboseLogger() Logger

NewVerboseLogger creates a new verbose logger.

Jump to

Keyboard shortcuts

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