Commit graph

10 commits

Author SHA1 Message Date
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
892c4c7ad7
Bumped version to 1.1.0 and updated project.json 2023-09-29 02:22:07 -04:00
Netkas
77f2a7ef3d Bumped version to 1.0.2 2023-03-01 20:12:16 -05:00
Netkas
baf2ee794b Bumped version to 1.0.1 2023-03-01 20:10:32 -05:00
Netkas
2127645ebe Updated project.json 2023-01-29 21:52:42 -05:00
Netkas
d14875170e Updated project.json 2023-01-29 21:13:51 -05:00
Netkas
aa996da720 Removed unused 'debug' build configuration 2023-01-25 16:23:49 -05:00
Netkas
8a8b6064e1 Removed Properties dependency from project.json 2023-01-25 16:22:54 -05:00
Netkas
09141f3d10 Refactored Project, various changes and bug fixes. Implemented file logging 2022-12-22 18:02:41 -05:00
Netkas
ad7dba97d2 Updated project.json
Added Console.php
Added Utilities.php
Added Validate.php
Added \LogLib\Objects > Backtrace
Added \LogLib\Objects > Event
Added \LogLib\Objects > Options
Added \LogLib\Interfaces >  HandlerInterface
Added \LogLib\Abstracts >  LevelType.php
Added \LogLib\Abstracts >  ConsoleColors.php
Added \LogLib\Abstracts > CallType
Added project.json (NCC)
2022-12-14 05:35:54 -05:00