package
2.4.5+incompatible
Repository: https://github.com/deis/logger.git
Documentation: pkg.go.dev

# Functions

NewAdapter returns a pointer to an appropriate implementation of the Adapter interface, as determined by the adapterType string it is passed.
NewFileAdapter returns an Adapter that uses a file.
NewRedisStorageAdapter returns a pointer to a new instance of a redis-based storage.Adapter.
NewRingBufferAdapter returns a storage adapter that uses an in-memory ring buffer of the given size.

# Interfaces

Adapter is an interface for pluggable components that store log messages.