[Server/Client static classes] add `.GetLogLevel` function
under review
T
Timmy
Returns client or server log level, would be usefull to mark scripting prints as normal/debug/verbose based on the native configuration
It would be easier to avoid polluting the console when not needed. Of course, it's possible to do without it, but I have the feeling that this would duplicate something that already exists, but which is not yet exploited by scripting.
SyedMuhammad
under review
SyedMuhammad
We could also expose new methods like Console.Debug that will only print if log level = debug
T
Timmy
SyedMuhammad indeed, that would also be very helpful