News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

logInfo

Started by atragene_gabriel, November 20, 2013, 14:35:35 PM

Previous topic - Next topic

atragene_gabriel

Hello,

I'm working for a paiement plugin (Joomla 2.5 / VM 2.0.24). I need to  create log to debug the plugin. I notice in another plugins the folowing instructions :

       $this->_loggable = TRUE;
$this->logInfo ('Lorem ipsum ', 'message');


I used it but didn't found where logs are recorded ?

Thanks for your help.

atragene_gabriel

Ok,

found it in /logs/ (so obvious)

atragene_gabriel