package
1.0.2
Repository: https://github.com/stripe/unilog.git
Documentation: pkg.go.dev

# Functions

IndependentCount is a wrapper for the statsd.Count method.
SetCommitDate sets the commitDate contents, so dependents can inject build info.
SetCommitHash sets the commitHash contents, so dependents can inject build info.

# Constants

DefaultBuffer is the default size (in lines) of the in-process line buffer.
Version is the Unilog version.

# Variables

Stats is Unilog's statsd client.

# Structs

Unilog represents a unilog process.

# Interfaces

Client is the interface for our metrics client for use in independent metric emission Currently, only IndependentCount is implemented.
Filter takes in a log line and applies a transformation prior to logging them.