# Functions
Events responds with a page of events collected by EventLogs.
FromContext returns the Trace bound to the context, if any.
New returns a new Trace with the specified family and title.
NewContext returns a copy of the parent context and associates it with a Trace.
NewEventLog returns a new EventLog with the specified family name and title.
Render renders the HTML page typically served at /debug/requests.
RenderEvents renders the HTML page typically served at /debug/events.
Traces responds with traces from the program.
# Variables
AuthRequest determines whether a specific request is permitted to load the /debug/requests or /debug/events pages.
DebugUseAfterFinish controls whether to debug uses of Trace values after finishing.