//
pkg.gl
Category
github.com/packtpublishing/go-programming-blueprints
Chapter01
trace
package
0.0.0-20230130093704-c219ecdef2a7
Repository:
https://github.com/packtpublishing/go-programming-blueprints.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
22 SLOC
#
Functions
New
New creates a new Tracer that will write the output to the specified io.Writer.
Off
Off creates a Tracer that will ignore calls to Trace.
#
Interfaces
Tracer
Tracer is the interface that describes an object capable of tracing events throughout code.