Commit graph

13 commits

Author SHA1 Message Date
edcd01d4df Bumped version to 1.1.1 2024-10-13 16:40:12 -04:00
7f2332e228
Fix 2023-10-12 17:16:02 -04:00
26ef269e91
Updated CHANGELOG.md 2023-10-11 18:53:26 -04:00
4fa87c349c
Remove unused ConfigException class, make code style adjustments
Deleted ConfigException class as it was not being used anywhere in the project.
Code style adjustments were made to conform with the PSR-12 coding standard. This includes property and variable naming conventions, use of strict equality operators, reformatting of code and removal of unnecessary comments. The .idea/php.xml file was also updated to a newer version of the library.
Log functions are updated to throw exceptions for non-existent message and invalid level. Also, LogLib is now registered/unregistered  as an exception handler.
Other adjustments were made to achieve consistency in the codebase including renaming properties for clarity, moving magic strings into constants, improving code readability and adding descriptive comments.
2023-10-10 23:29:26 -04:00
56b06dee4f
Updated CHANGELOG.md 2023-07-06 18:43:18 -04:00
0d92d2a838
Fixed mistake in \LogLib\Classes > Console > outException() where the function attempts to print out a previous exception by calling getPrevious() as an array instead of a function call. 2023-07-06 18:42:25 -04:00
Netkas
f06d06f581 Updated CHANGELOG.md 2023-03-01 20:30:08 -05:00
Netkas
77f2a7ef3d Bumped version to 1.0.2 2023-03-01 20:12:16 -05:00
Netkas
f3ad99769f Bumped version to 1.0.1 2023-03-01 20:10:41 -05:00
Netkas
608ea80fe3 Updated CHANGELOG.md 2023-02-10 00:37:32 -05:00
Netkas
7a7dee9608 Updated CHANGELOG.md 2023-02-04 04:03:12 -05:00
Netkas
677b9b28fe Updated CHANGELOG.md 2023-02-04 03:58:02 -05:00
Netkas
9cf4917657 Updated README.md and added CHANGELOG.md 2023-01-29 21:51:46 -05:00