# CoreInterface.OnConsoleMessageDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Core

```csharp
public delegate void CoreInterface.OnConsoleMessageDelegate(IntPtr userData, string text, Verbose verboseLevel)
```

Parameters

| Type                                                           | Name         | Description |
| -------------------------------------------------------------- | ------------ | ----------- |
| [IntPtr](https://learn.microsoft.com/dotnet/api/system.intptr) | userData     |             |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | text         |             |
| [Verbose](./core_verbose)                                      | verboseLevel |             |
