GO-2024-2703: Kopia: Storage connection credentials written to console on "repository status" CLI command with JSON output in github.com/kopia/kopia
package
Version:
v0.10.6
Opens a new window with list of versions in this module.
Published: Mar 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
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.
func Output(outputFunc func(fmt string, args ...interface{})) Option
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.