package devicemapper

import "github.com/docker/cli/components/engine/pkg/devicemapper"

Index

Constants

const (
	LogLevelFatal  = 2 + iota // _LOG_FATAL
	LogLevelErr               // _LOG_ERR
	LogLevelWarn              // _LOG_WARN
	LogLevelNotice            // _LOG_NOTICE
	LogLevelInfo              // _LOG_INFO
	LogLevelDebug             // _LOG_DEBUG
)

definitions from lvm2 lib/log/log.h

Source Files

log.go

Version
v17.10.0-ce-rc2+incompatible
Published
Oct 12, 2017
Platform
js/wasm
Last checked
6 hours ago

Tools for package owners.