package
Version:
v0.21.1
Opens a new window with list of versions in this module.
Published: Jul 22, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package loggingfs implements a wrapper that logs all filesystem actions.
Wrap returns an Entry that wraps another Entry and logs all method calls.
type Option func(o *loggingOptions)
Option modifies the behavior of logging wrapper.
Output is an option that causes all output to be sent to a given function instead of log.Printf().
Prefix specifies prefix to be prepended to all log output.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.