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 with severity and sent to an external file.
|
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 with severity and sent to an external file. |
||||
RAISE NOTICEin PostgreSQL? – dezso Oct 31 '12 at 8:56