debug

package
v1.3.7 Latest Latest
Warning

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

Go to latest
Published: May 11, 2026 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package debug provides lightweight file-based debug logging for development.

Logging is activated by passing --debug on the command line. When disabled every call to Log is a no-op with no allocations, so the package is safe to leave wired in production builds.

Index

Constants

View Source
const LogFile = "/tmp/fern-debug.log"

LogFile is the path written to when debug mode is active

Variables

This section is empty.

Functions

func Init

func Init(enabled bool) func()

Init enables debug logging when enabled is true

func Log

func Log(format string, args ...any)

Log writes a formatted message to the debug log. It is a no-op when debug mode is not active.

Types

This section is empty.

Jump to

Keyboard shortcuts

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