LogError
Sends an error event to the Bragi logs.
void LogError(string errorMessage, Exception? exception = null);
Parameters
exception: Optional exception related to the error event
errorMessage: Message describing the event
15 September 2025
Sends an error event to the Bragi logs.
exception: Optional exception related to the error event
errorMessage: Message describing the event