logger

package
v1.4.3 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package logger log wrapper

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	Fatal(v ...any)
	Fatalf(format string, v ...any)
}

type LoggerImpl

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

func New

func New() (*LoggerImpl, error)

func (*LoggerImpl) Fatal

func (l *LoggerImpl) Fatal(v ...any)

func (*LoggerImpl) Fatalf

func (l *LoggerImpl) Fatalf(format string, v ...any)

Jump to

Keyboard shortcuts

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