package
0.1.0
Repository: https://github.com/ccampo133/log2fluent.git
Documentation: pkg.go.dev

# Functions

NewFluentLogger instantiates a new FluentLogger.
NewForwarder returns a new Forwarder based on an input stream and a fluent destination.
NewMockLogger creates a new instance of MockLogger.

# Structs

FluentLogger is an implementation of Logger that writes a given string to a configured fluent address.
Forwarder forwards messages from some source reader (typically a read-only fd from an os.Pipe) to some destination fluentWriter.
MockLogger is an autogenerated mock type for the Logger type.

# Interfaces

Logger is the interface that represents a type that writes log messages to some (remote) destination which requires a connection.