News

Application For this benchmark we built a PHP CodeIgniter 3 web app with a controller for each logging mechanism. Controller methods echo the microtime difference before and after logging which is ...
Unlinke other logging facade libraries, "php-logging" does not (and never will!) provide any adapters to well-known logging frameworks, it just provides some most simple preexisting adapters to write ...
Adding configurable logging levels to your PHP scripts can be a good way to eliminate "scrolling blindness", which occurs when there are too many logging messages to sift through. For a great ...
PHP is a popular server-side scripting language that powers many web applications. However, like any other programming language, it can also produce errors that can affect the performance ...
Learn what are the benefits and challenges of logging in PHP frameworks, and what is the best way to implement logging in Laravel, using the Log facade, the log helper function, and the Monolog ...