# consoleLogsChanged

> Unity raises this event when logs are added or cleared in the Console Window.

## Definition

* **Type:** Event
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static event Action consoleLogsChanged
```

### Remarks

Add an event handler to this event to receive a notification whenever the logs within the console window have changed.
