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.5.2
Opens a new window with list of versions in this module.
Published: Mar 15, 2020
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 testlogging implements logger that writes to testing.T log.
Context returns a context with attached logger that emits all log entries to go testing.T log output.
ContextWithLevel returns a context with attached logger that emits all log entries with given log level or above.
Level specifies log level.
const (
LevelDebug Level = iota
LevelInfo
LevelWarning
LevelError
LevelFatal
)
log levels
Source Files
¶
Click to show internal directories.
Click to hide internal directories.