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
categoryLogCategoryThe category of the logging message
priorityLogPriorityThe priority of the logging message
messagestringThe message to be logged
eventArgsLogOutputEventArgsA LogOutputEventArgs that contains the mutable event data