package
0.0.0-20200612002555-8e6450d9481d
Repository: https://github.com/sclasen/swfsm.git
Documentation: pkg.go.dev
# Variables
provide a mutable logger so it can be changedthis is what the default logger in go's log pakcage looks like.
# Structs
CapturingLogger is designed to be used in testing - it will saves lines it receives.
# Interfaces
StdLogger is what your logrus-enabled library should take, that way it'll accept a stdlib logger and a logrus logger.