//
pkg.gl
Category
github.com/hyperhq/libcompose
logger
package
0.2.0
Repository:
https://github.com/hyperhq/libcompose.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
28 SLOC
#
Structs
NullLogger
NullLogger is a logger.Logger and logger.Factory implementation that does nothing.
Wrapper
Wrapper is a wrapper around Logger that implements the Writer interface, mainly use by docker/pkg/stdcopy functions.
#
Interfaces
Factory
Factory defines methods a factory should implement, to create a Logger based on the specified name.
Logger
Logger defines methods to implement for being a logger.