# LoggingFrequencyInFrames

> Adjust the frequency in frames at which the application logs frame statistics to the console. This is only relevant when logging is enabled.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.AdaptivePerformance](/engine/6000.6/script-reference/unityengine/adaptiveperformance.md)
* **Assembly:** UnityEngine.AdaptivePerformanceModule

```csharp
int LoggingFrequencyInFrames { get; set; }
```
