The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
137 views

MySQL: Writing log entries from stored procedure

Is there a standard way to write log messages in MySQL stored procedures? I can write log messages to a designated log table, but I prefer the standard log mechanism where each message is coupled ...