Occurs when MySQL server writes down to Error Log.
property OnLogError: TMyLogEvent;
The OnLogError event occurs when MySQL server writes down to Error Log, the same as on using --log-error option. See MySQL Reference Manual for detailed description. It is convenient to use OnLogError event to search errors in the server configuration, as often after error message is displayed an application is terminated.
On assigning handler for OnLogError event MySQL server does not make output to common error log-file.
This event is available only for Win32.