Loading...

Tag: logging

3 things that make logging fast and secure

Log4J is making the news because of recent major security vulnerabilities. Writing secure software is extremely hard, and logging frameworks are often overlooked as a simple, unimportant component. Any software component that parses and outputs user input needs to be considered seriously from a security standpoint. Being written in C++, Quasar does not use log4j. […]

Top