# GoFeatureFlagLogLevel

- Module: [CommunityToolkit.Aspire.Hosting.GoFeatureFlag](/reference/api/typescript/communitytoolkit.aspire.hosting.gofeatureflag.md)
- Version: `13.4.0`
- Kind: `enum`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire)

## Definition

```typescript
enum GoFeatureFlagLogLevel {
  Debug = 0,
  Information = 1,
  Warning = 2,
  Error = 3,
}
```

## Values

- `Debug` = `0`
- `Information` = `1`
- `Warning` = `2`
- `Error` = `3`
