-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels