package
1.13.2
Repository: https://github.com/bit2pixel/fx.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

DefaultLogger constructs a Logger out of io.Writer.
Err is a helper for error Fields.
Error creates a logging Error entry.
F is a constructor for a Field.
Info creates a logging Info entry.

# Constants

ErrorLevel is Info logging level used to log messages via zap.
InfoLevel is Info logging level used to log messages via zap.

# Structs

Entry
Entry is an entry to be later serialized into zap message and fields.
Field defines a field used inside an internal logging Entry.
Spy is an Fx Printer that captures logged statements.

# Interfaces

Logger defines interface used for logging.

# Type aliases

Level is the level of logging used by Logger.