Patrick Schurig b26274595c
Some checks failed
Build & Deploy docs / build-deploy (push) Failing after 10m17s
feat: référence API JsonRPC générée depuis introspect.json
- Nouveau générateur scripts/gen_api_reference.py : 19 namespaces →
  docs/api/metier/ (10) + docs/api/systeme/ (9) + notifications.md +
  types.md (96 types · 55 enums · 4 flags) + SUMMARY.md literate-nav
- Badges permissionScope (perm-none/control/configure/admin) dans extra.css
- Guide docs/integrations/jsonrpc-api.md (connexion TCP/WS, auth, conventions énergie)
- mkdocs.yml : Référence API dans la nav, REST→JsonRPC renommé
- mkdocs build --strict : 0 warnings · --check idempotent

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 08:15:37 +02:00

61 lines
1.1 KiB
Markdown

# Debug
<!-- BEGIN GENERATED: __api_Debug__ -->
## Méthodes
### Debug.GetLoggingCategories
<span class="badge perm-admin">ADMIN</span>
Get all available logging categories.
**Paramètres :**
_Aucun paramètre._
**Retour :**
| Champ | Type | Notes |
| --- | --- | --- |
| `loggingCategories` | [LoggingCategory](../types.md#loggingcategory)[] | |
---
### Debug.SetLoggingCategoryLevel
<span class="badge perm-admin">ADMIN</span>
Set the logging category with the given name to the given logging level.
**Paramètres :**
| Champ | Type | Notes |
| --- | --- | --- |
| `level` | [LoggingLevel](../types.md#logginglevel) | |
| `name` | `String` | |
**Retour :**
| Champ | Type | Notes |
| --- | --- | --- |
| `debugError` | [DebugError](../types.md#debugerror) | |
---
## Notifications
### Debug.LoggingCategoryLevelChanged
Emitted whenever a logging category has changed the logging level.
**Paramètres :**
| Champ | Type | Notes |
| --- | --- | --- |
| `level` | [LoggingLevel](../types.md#logginglevel) | |
| `name` | `String` | |
---
<!-- END GENERATED -->