-
2.0.7 Stable
released this
2025-01-13 18:28:06 +00:00 | 0 commits to master since this releaseThis update introduces a minor fix
Fixed
- Fixed FileLogging issue by setting the write permission to 0666 for the log file if it doesn't exist.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
2.0.6 Stable
released this
2025-01-10 09:26:08 +00:00 | 1 commits to master since this releaseThis update introduces a minor change
Changed
- File logging is disabled for web environments due to instability in file locking, until a better solution is found.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
2.0.5 Stable
released this
2025-01-09 20:43:55 +00:00 | 3 commits to master since this releaseThis update introduces a minor bug fix
Fixed
- Refactor file locking to return status and handle failure.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
2.0.4 Stable
released this
2024-12-29 23:29:44 +00:00 | 5 commits to master since this release[2.0.4] - 2024-12-04
This update introduces a minor bug fix
[2.0.3] - 2024-11-05
This update introduces a minor bug fix
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
2.0.2 Stable
released this
2024-10-30 04:16:34 +00:00 | 11 commits to master since this releaseThis update introduces minor improvements
Changed
- Refactored exception handling in FileLogging where it will always attempt to print the exception no matter
the log level for as long as the log level isn't silent - Implement enhanced error and exception handling
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Refactored exception handling in FileLogging where it will always attempt to print the exception no matter
-
2.0.1 Stable
released this
2024-10-29 18:19:54 +00:00 | 15 commits to master since this releaseThis update introduces a critical bug fix where Console logging was enabled in web environments
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
2.0.0 Stable
released this
2024-10-29 16:33:23 +00:00 | 16 commits to master since this releaseThis update introduces some additional features & bug fixes
Added
- Added File Logging support
- Added LogHandlerInterface & refactored Application settings to allow for use of custom logging handlers
- Added Logging type for logging type handling
- Added a Logger object for creating a logging instance for Applications
Changed
- All abstract classes are now enum classes
- Refactored Console Logging to use the new LogHandlerInterface
Fixed
- Set default log level to 'info' in Utilities. instead of using
null
due to deprecation error
Removed
- Removed Unused BRIGHT_COLORS constant from ConsoleColors
- Removed Unused Options object
- Removed Unused RuntimeOptions object
- Removed unused Console class
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.1.1 Stable
released this
2024-10-13 20:45:43 +00:00 | 52 commits to master since this releaseUpdate build system
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
1.1.0 Stable
released this
2023-10-13 06:24:42 +00:00 | 58 commits to master since this releaseUpdated loglib to work with ncc 2.+.
Changed
- Various code improvements and optimizations
- Removed unused code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
net.nosial.loglib.ncc
0 downloads · 0 B
-
net.nosial.loglib_static.ncc
0 downloads · 0 B
-
1.0.2 Stable
released this
2023-07-06 22:44:40 +00:00 | 71 commits to master since this releaseChanged
- Changed the Timestamp format to display micro time instead of a date format
- Timestamp Formats can now display in red or yellow to indicate performance impacts between log entries
Fixed
- Fixed mistake in
\LogLib\Classes > Console > outException()
where the function attempts to print out a previous
exception by callinggetPrevious()
as an array instead of a function call.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads