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.
()
| 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 |