-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add throwable handling to logging methods
Extended the logger methods to include throwable handling across various logging levels. This allows for better error reporting and stack trace logging, improving debugging capabilities. Updated the project version to 0.12.0 to reflect these enhancements.
- Loading branch information
1 parent
82fab75
commit 8d459a2
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
group = "io.github.smyrgeorge" | ||
version = "0.11.0" | ||
version = "0.12.0" | ||
|
||
plugins { | ||
alias(libs.plugins.dokka) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters