10 Commits

Author SHA1 Message Date
ecfe2b9122 Refactor package structure for logger to include versioning.
Moved all logger-related classes to the `nl.astraeus.logger.v1` package to introduce versioning and improve maintainability. Updated logic in `StringArrayRing` to filter out blank lines during data retrieval. This change establishes a foundation for future updates without breaking compatibility.
2025-05-15 16:14:56 +02:00
bf4217ea61 Fix caller stack trace depth and update version
Adjusted the caller stack trace depth to accurately capture the caller method. Updated Gradle build version from 1.1.0 to 1.1.1 to reflect the changes. Improved logging level representation by using 'label' instead of 'name'.
2024-10-27 15:35:29 +01:00
1d86216c5d Version. 1.1.0 2024-10-27 11:24:11 +01:00
efe5a84d5a Version. 1.0.2-SNAPSHOT 2024-10-27 10:59:40 +01:00
2c8fde0db8 Version. 1.0.1 2024-10-27 10:57:35 +01:00
c8a69e49bb Version. 1.0.1-SNAPSHOT 2024-10-27 10:52:45 +01:00
4594476416 Version. 1.0.0 2024-10-27 10:51:16 +01:00
049347b2d2 Add logging functionality and Maven publishing setup
Added Logger class with various log levels to `commonMain`. Integrated `maven-publish` and `signing` plugins in `build.gradle.kts` to facilitate publishing artifacts to the Maven repository with proper credentials and metadata. Removed `gradle.properties` and updated `.gitignore` accordingly.
2024-10-26 15:27:46 +02:00
63625873be Add logging functionality and Maven publishing setup
Added Logger class with various log levels to `commonMain`. Integrated `maven-publish` and `signing` plugins in `build.gradle.kts` to facilitate publishing artifacts to the Maven repository with proper credentials and metadata. Removed `gradle.properties` and updated `.gitignore` accordingly.
2024-10-26 15:26:21 +02:00
fd81c0fcb4 Initial commit 2024-10-26 12:26:45 +00:00