DraxCodes / DraxCodes/Youtube2Mp3

Implement Log Event

Open
#14 0 comments 0 reactions 1 assignee Claimed by @DraxCodes View on GitHub
enhancement good first issue help wanted
Dominant language
C#
Stars
8
Forks
2
PR merge metrics
No merged PRs in 30d

Description

⚠️ Currently we are loggin via a Console.Writeline... While this works for testing purposes, it wont work on Many of the UI's we're creating.

ℹ️ As such it would be ideal if we had a very simple log event that we could externally subscribe to in the different UI's. This event only really needs a string for the logged message.

🥇 It would be awesome if we had a custom entity for the args of the event. This could simply being something that has a string for the message but also a exception for logging any exceptions and a severity. Severity primarily would be nice so we can then do things like log simple events such as a track being downloaded, but also log events like "Track not found"...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.