Compare commits

..

No commits in common. "master" and "1.0.2" have entirely different histories.

3 changed files with 2 additions and 26 deletions

View file

@ -5,15 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.3] - 2025-03-14
Minor changes to the project
### Changed
- Updated dependency remote address
## [1.0.2] - 2025-01-27 ## [1.0.2] - 2025-01-27
Minor changes to the project Minor changes to the project

View file

@ -23,25 +23,10 @@ Aside from Console logging, all other handlers supports up to 5 different log fo
LogLib2 is designed to be silent-failing, this means that if an error occurs while logging an event, the library will LogLib2 is designed to be silent-failing, this means that if an error occurs while logging an event, the library will
silently fail and continue to log events, this is to prevent the application from crashing due to a logging error. silently fail and continue to log events, this is to prevent the application from crashing due to a logging error.
## Community
This project and many others from Nosial are available on multiple publicly available and free git repositories at
- [n64](https://git.n64.cc/nosial/loglib2)
- [GitHub](https://github.com/nosial/loglib2)
- [Codeberg](https://codeberg.org/nosial/loglib2)
Issues & Pull Requests are frequently checked and to be referenced accordingly in commits and changes, Nosial remains
dedicated to keep these repositories up to date when possible.
For questions & discussions see the public Telegram community at [@NosialDiscussions](https://t.me/NosialDiscussions).
We do encourage community support and discussions, please be respectful and follow the rules of the community.
## Table of Contents ## Table of Contents
<!-- TOC --> <!-- TOC -->
* [LogLib2](#loglib2) * [LogLib2](#loglib2)
* [Community](#community)
* [Table of Contents](#table-of-contents) * [Table of Contents](#table-of-contents)
* [Installation](#installation) * [Installation](#installation)
* [Compiling](#compiling) * [Compiling](#compiling)

View file

@ -9,7 +9,7 @@
"assembly": { "assembly": {
"name": "LogLib2", "name": "LogLib2",
"package": "net.nosial.loglib2", "package": "net.nosial.loglib2",
"version": "1.0.3", "version": "1.0.2",
"uuid": "11ac2c4d-94e5-4cc1-a2d3-054ac3f425b4" "uuid": "11ac2c4d-94e5-4cc1-a2d3-054ac3f425b4"
}, },
"build": { "build": {
@ -25,7 +25,7 @@
{ {
"name": "net.nosial.optslib", "name": "net.nosial.optslib",
"version": "latest", "version": "latest",
"source": "nosial/optslib=latest@github" "source": "nosial/libs.opts=latest@n64"
} }
], ],
"configurations": [ "configurations": [