loglib/tests
Netkas 951bdb325e
"Refactor logging logic to improve log level and backtrace information
The code has been updated to enhance the way log levels and backtrace information is handled. Changes have been done to ensure the backtrace ignores any calls coming from the LogLib namespace, improving clarity and reducing noise in the log output. Additionally, changes were made to 'colorize' and 'log' methods to adjust the typing of the log level from string to integer, enhancing the consistency of log level usage throughout the code. Removed the Backtrace class that was not serving any purpose after these updates. Tests are also updated to ensure proper functionality."
2023-10-12 23:40:05 -04:00
..
exception_handling.php Various changes 2023-01-29 21:43:44 -05:00
logging.php "Refactor logging logic to improve log level and backtrace information 2023-10-12 23:40:05 -04:00
test_backtrace.php Added test_backtrace.php 2023-01-29 21:16:20 -05:00