# Debug
## Méthodes
### Debug.GetLoggingCategories
ADMIN
Get all available logging categories.
**Paramètres :**
_Aucun paramètre._
**Retour :**
| Champ | Type | Notes |
| --- | --- | --- |
| `loggingCategories` | [LoggingCategory](../types.md#loggingcategory)[] | |
---
### Debug.SetLoggingCategoryLevel
ADMIN
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` | |
---