Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Enable enables debugging information to be emitted Enable = internal.Debug.Enable // IsEnabled returns whether debugging information is enabled IsEnabled = internal.Debug.IsEnabled // WithConsumer provides a debugging Consumer to the provided callback // function. That Consumer is managed by the call to WithConsumer, so // it need not be closed explicitly by the caller WithConsumer = internal.Debug.WithConsumer // TailLogTo begins to stream any new debugging information to the // specified io.Writer. Debugging information must be enabled for this // call to produce any output TailLogTo = internal.Debug.TailLogTo )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.