package
0.0.0-20230130093704-c219ecdef2a7
Repository: https://github.com/packtpublishing/go-programming-blueprints.git
Documentation: pkg.go.dev

# Functions

New creates a new Tracer that will write the output to the specified io.Writer.
Off creates a Tracer that will ignore calls to Trace.

# Interfaces

Tracer is the interface that describes an object capable of tracing events throughout code.