log

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger struct {
	// contains filtered or unexported fields
}

Logger collects debug messages; the mutex only matters for parallel tests, the wasm plugin runs single-threaded.

func L added in v0.5.0

func L() *Logger

func (*Logger) Export added in v0.5.0

func (logger *Logger) Export() (string, []byte)

func (*Logger) Log

func (logger *Logger) Log(message string)

func (*Logger) LogAny added in v0.5.0

func (logger *Logger) LogAny(message any)

func (*Logger) LogErr added in v0.5.0

func (logger *Logger) LogErr(message string, err error)

Jump to

Keyboard shortcuts

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