How to create custom logger module using moodle?

How to create custom logger module using moodle?

by Zick Siega -
Number of replies: 2

Hi, Im new in moodle development. I just wanna know if how can I create my own logger module using php here in moodle?

The logger module must display some activities inside of the system. 

Any comments, or provided links or videos are super appreciated. 

Thank you.!

Average of ratings: -
In reply to Zick Siega

Re: How to create custom logger module using moodle?

by Luis de Vasconcelos -
Yes, the Moodle code is open cource so you can create any kind of module you want. But what do you mean by "must display some activities inside of the system"?

Have you looked in the plugins database (https://moodle.org/plugins/) to see if there isn't already some plugin that does what you want?
In reply to Luis de Vasconcelos

Re: How to create custom logger module using moodle?

by Zick Siega -
Thanks for your reply, Im developing a logger module to record logs on a file and in the db.
The records must contains errors, or any activities inside the system that runs at the back of moodle. 
have you encountered this kind of logger?