log

package
v3.2.259 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package log provides logging interfaces and implementations for Files.com FUSE mount.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	Debug(format string, v ...any)
	Error(format string, v ...any)
	Info(format string, v ...any)
	Trace(format string, v ...any)
	Warn(format string, v ...any)
}

type NoOpLogger

type NoOpLogger struct{}

func (*NoOpLogger) Debug

func (l *NoOpLogger) Debug(format string, v ...any)

func (*NoOpLogger) Error

func (l *NoOpLogger) Error(format string, v ...any)

func (*NoOpLogger) Info

func (l *NoOpLogger) Info(format string, v ...any)

func (*NoOpLogger) Trace

func (l *NoOpLogger) Trace(format string, v ...any)

func (*NoOpLogger) Warn

func (l *NoOpLogger) Warn(format string, v ...any)

Jump to

Keyboard shortcuts

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