I look for a MQL4 logger with source code.

 

Hello,

I look for a MQL4 logger with source code.

Thanks,

Pierre 

 

Zero answer.

I also try to post a job :

https://www.mql5.com/en/job/25392

 No answer to today.

I have no luke  ;-)

 
Interesting, I would expect that every developer has a logger implementation. Perhaps it needs more time.
 
Hello,

Collective development of a MQL4 logger on  https://github.com/Pierre8r/mql4snippet

 I'll try to code a MQL4 logger.

A logger to log errors when input parameters are wrong, when something goes wrong when placing orders, etc.

I think hosting the source code at:
If you are interested, you are welcome.

If you wish you can post a Pull requests and I would see if I validate your code or not.

Regards, 


 
Could you be more specific. Why not using Print() or a file? What are your needs? How to get in touch?
 

Hello Tintin92,

 I don't know if this is what you are looking for, but you may have a look here,

https://www.mql5.com/en/articles/1405

 

This logger will not bring a nice solution,

one would have to track the GetLastError() fonction, but it won't tell someone where the error happen,

and in the case of two error in a row, the first error will not be detected

Reason: