dbFacile icon indicating copy to clipboard operation
dbFacile copied to clipboard

Logging capability

Open mbutomax opened this issue 12 years ago • 2 comments

I wonder while you cut off the opportunity to log the query operations of the Class. Is there a particular reason you did that?

Could you roll back this feature?

mbutomax avatar Jun 28 '12 14:06 mbutomax

I took out the query logging because I was no longer using it and felt it was a clumsy implementation. If I were to add it back, I'd first have to investigate how other PHP projects handle logging. I imagine it might make more sense to send the query to a syslog client.

alanszlosek avatar Jun 28 '12 18:06 alanszlosek

I found them very usefull when I debug, so I added the methods back in the new class. ;-)

mbutomax avatar Jun 29 '12 08:06 mbutomax