open.mp
open.mp copied to clipboard
Make logLn() with LogLevel::Debug work in third-party components that need Debug messages.
Description
Currently, if the server is not compiled with _DEBUG, logLn(LogLevel::Debug, ...) will not work. I would like it to be possible not to write a special function that would output Debug message when there is already such a function in SDK.
OR
Add a server build with the _DEBUG parameter to Actions (you can do it yourself, but it still takes time, although it is one-time).
It's hard to call it something important and really necessary for execution (since it's not hard to write your own logging function). But I decided to create an issue about it.