Delegate ValidationLayer.NotifyAction
The Notify delegate function.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public delegate void ValidationLayer.NotifyAction(string owner, string message, ValidationLayer.Severity severity = Severity.Error)
Parameters
Type | Name | Description |
---|---|---|
string | owner | The owner of this error message. |
string | message | The error message content. |
ValidationLayer.Severity | severity | The severity associated with the message. |