go/src/runtime/export_debuglog_test.go

const DlogEnabled

const DebugLogBytes

const DebugLogStringLimit

type Dlogger

func Dlog() *Dlogger {}

func (l *dloggerImpl) End()                      {}

func (l *dloggerImpl) B(x bool) *dloggerImpl     {}

func (l *dloggerImpl) I(x int) *dloggerImpl      {}

func (l *dloggerImpl) I16(x int16) *dloggerImpl  {}

func (l *dloggerImpl) U64(x uint64) *dloggerImpl {}

func (l *dloggerImpl) Hex(x uint64) *dloggerImpl {}

func (l *dloggerImpl) P(x any) *dloggerImpl      {}

func (l *dloggerImpl) S(x string) *dloggerImpl   {}

func (l *dloggerImpl) PC(x uintptr) *dloggerImpl {}

func DumpDebugLog() string {}

func ResetDebugLog() {}

func CountDebugLog() int {}