Table of Contents

Delegate LogOutputEventHandler

Namespace
Sdl3Sharp
Assembly
Sdl3Sharp.dll

Represents a method that handles logging messages (e.g. prints them)

public delegate void LogOutputEventHandler(LogCategory category, LogPriority priority, string message, LogOutputEventArgs eventArgs)

Parameters

category LogCategory

The category of the logging message

priority LogPriority

The priority of the logging message

message string

The message to be logged

eventArgs LogOutputEventArgs

A LogOutputEventArgs that contains the mutable event data