Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Logging refactor #74

Merged
merged 4 commits into from
Dec 12, 2023
Merged

Logging refactor #74

merged 4 commits into from
Dec 12, 2023

Conversation

MaicolAntali
Copy link
Owner

@MaicolAntali MaicolAntali commented Dec 12, 2023

Improves the log using a configuration data class and the microutils:kotlin-logging-jvm

Notes: Some changes are made for further improvement in the RequestHandler

- Create the LoggingConfiguration data class.
- Create the HttpClientLogLevel enum.
- Implements the LoggingConfiguration into the ClientConfiguration.
- Rewrite the docs.
- Add the KLogging()
- Set the client logger level
- Remove the logger from the EventClient
- Replace the `log.` with `logger.` in the EventClient
- Add the `.level` property in the KLogger
- Add the KLogging()
- Remove the logger from the EventClient
@MaicolAntali MaicolAntali merged commit a93198d into main Dec 12, 2023
5 checks passed
@MaicolAntali MaicolAntali deleted the logging-refactor branch December 12, 2023 16:55
@MaicolAntali MaicolAntali added the refactoring Refactoring the code base label Dec 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactoring Refactoring the code base
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant