package
1.3.6
Repository: https://github.com/drycc/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.

# Variables

No description provided by the author

# Interfaces

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