Is there a way to change the format of the error_logger message to the console or file.
I get
=INFO REPORT==== 8-Jun-2011::18:46:15 ===
This is my info report.
I want to get this
INFO:8-Jun-2011::18:46:15: This is my info report.
An example for information, but it should be an error, warning, etc.
source
share