Skip to content

Logger Class #186

@andytubeee

Description

@andytubeee

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions