MCPcopy Create free account
hub / github.com/kataras/iris / IsDebug

Method IsDebug

context/application.go:26–26  ·  view source on GitHub ↗

IsDebug reports whether the application is running under debug/development mode. It's just a shortcut of Logger().Level >= golog.DebugLevel. The same method existss as Context.IsDebug() too.

()

Source from the content-addressed store, hash-verified

24 // It's just a shortcut of Logger().Level >= golog.DebugLevel.
25 // The same method existss as Context.IsDebug() too.
26 IsDebug() bool
27
28 // I18nReadOnly returns the i18n's read-only features.
29 I18nReadOnly() I18nReadOnly

Callers 1

IsDebugMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected