MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / LogDebug

Method LogDebug

pkg/component/component.go:262–264  ·  view source on GitHub ↗

LogDebug returns whether the component should log debug messages.

()

Source from the content-addressed store, hash-verified

260
261// LogDebug returns whether the component should log debug messages.
262func (c *Component) LogDebug() bool {
263 return c.config.Log.Level == log.DebugLevel
264}
265
266// Context returns the context of the component.
267func (c *Component) Context() context.Context {

Callers 1

setupBunStoreMethod · 0.80

Implementers 1

Componentpkg/component/component.go

Calls

no outgoing calls

Tested by

no test coverage detected