typeContextLoggerinterface{// Debugf is for reporting information about internal operations.Debugf(ctxcontext.Context,formatstring,args...interface{})}
ContextLogger is the interface used for debug logging. By default, it is unused.
Logger
typeLoggerinterface{// Debugf is for reporting information about internal operations.Debugf(formatstring,args...interface{})}
Logger is the interface used for debug logging. By default, it is unused.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["Version 1.16.0 is the latest available version, with a list of previous versions available, ranging down to version 0.1.0."],["The content provides access to debug documentation for different versions of the package, with each version having its own dedicated link."],["`ContextLogger` is the interface used for debug logging and is preferred over the standard `Logger`."],["Both `ContextLogger` and `Logger` contain the method `Debugf`, which is used for reporting internal operations."],["Additional information, such as older version access, can be found by viewing the package on pkg.go.dev."]]],[]]