Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement logging #53

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Conversation

osmanhadzic
Copy link
Collaborator

Enhanced logging with a static AstarteLogger class 📜

Added log levels (Info, Error, Warn, Debug)
Improved log message format: DateTime : LogLevel : Class name : log message
Replaced Trace.WriteLine with AstarteLogger for cleaner and more consistent logging. 🚀
Closes #52

@osmanhadzic osmanhadzic marked this pull request as ready for review September 27, 2023 10:39
@harlem88 harlem88 requested a review from nedimtokic December 15, 2023 09:44
Signed-off-by: Osman Hadzic <osman.hadzic@secomind.com>
@harlem88 harlem88 added this to the v0.7 milestone Nov 12, 2024
Signed-off-by: Osman Hadzic <osman.hadzic@secomind.com>
@harlem88 harlem88 merged commit 8f076cd into astarte-platform:master Nov 12, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement c# logging
3 participants