Logging and Restricting Connections
We are still working on fixing the code bugs, improving the application usability, and optimizing the code. There are a lot of small changes and enhancement that I’ve been working on, here, however I will detail the most important ones, that someone might actually find useful. So, let’s jump right into it. Logging Wt has a server log, and can be written to using the function Wt::log(). This can provide information about what’s going on and what the server is Read more