github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/pkg/devicemapper/log.go (about)

     1  package devicemapper // import "github.com/docker/docker/pkg/devicemapper"
     2  
     3  // definitions from lvm2 lib/log/log.h
     4  const (
     5  	LogLevelFatal  = 2 + iota // _LOG_FATAL
     6  	LogLevelErr               // _LOG_ERR
     7  	LogLevelWarn              // _LOG_WARN
     8  	LogLevelNotice            // _LOG_NOTICE
     9  	LogLevelInfo              // _LOG_INFO
    10  	LogLevelDebug             // _LOG_DEBUG
    11  )