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

Logger Class #186

Open
andytubeee opened this issue Nov 27, 2024 · 3 comments
Open

Logger Class #186

andytubeee opened this issue Nov 27, 2024 · 3 comments

Comments

@andytubeee
Copy link
Contributor

andytubeee commented Nov 27, 2024

We can create a logger utility function, that can have the following basic features to begin with:

Initialize an logger object with title and description.
add a log message with information such as tag (INFO, ERROR, NOTE), and message detail (The specific message)
save the log to a specific path

We can either implement something new, or write a wrapper over logging library in Python

@andytubeee
Copy link
Contributor Author

can self assign

@RobotPsychologist
Copy link
Owner

Okay, I'll need more details about what this is for! It sounds like it's something that will be useful, though.

@andytubeee
Copy link
Contributor Author

Okay, I'll need more details about what this is for! It sounds like it's something that will be useful, though.

This can be used for any kind of logging, for example, i was looking at transformation script, it mentioned logging could be useful, so I think having this could be useful for everyone.

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

No branches or pull requests

2 participants