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 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)
Click to show internal directories.
Click to hide internal directories.