dev-master
9999999-dev https://github.com/jaimevalasek/JVLogUse this module to generate and store logs of errors on your site, option to send logs via email using the module JVMail.
BSD-3-Clause
The Requires
zf2 zf2 log exception log zf2
Use this module to generate and store logs of errors on your site, option to send logs via email using the module JVMail.
Create By: Jaime Marcelo Valasek, (*1)
Use this module to generate and store logs of errors on your site, option to send logs via email using the module JVMail., (*2)
Futures video lessons can be developed and published on the website or Youtube channel http://www.zf2.com.br/tutoriais http://www.youtube.com/zf2tutoriais, (*3)
Download this module into your vendor folder. - Also install the module JVMail - https://github.com/jaimevalasek/JVMail., (*4)
After done the above steps, open the file config/application.config.php
. And add the module with the name JVLog., (*5)
./data/logs
'JVLog' => array( 'notificationMail' => array( 'notify' => false, 'priorities' => array( '0' => 'Emergency', '2' => 'Critical', '3' => 'Error', '4' => 'Warning', '5' => 'Debug' ), 'email' => 'user@domain.com' ) ),
view/mailtemplates/log-exception.phtml
module of your application.<h1><?php echo $this->subject?></h1> <p> <?php echo nl2br($this->log)?> </p>
Use this module to generate and store logs of errors on your site, option to send logs via email using the module JVMail.
BSD-3-Clause
zf2 zf2 log exception log zf2