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 #1

Open
3 tasks
pleonex opened this issue Jan 3, 2016 · 3 comments
Open
3 tasks

Logger #1

pleonex opened this issue Jan 3, 2016 · 3 comments

Comments

@pleonex
Copy link
Member

pleonex commented Jan 3, 2016

Implement a logger. This will be useful to report ok, warnings and errors from plugins and create reports.

  • Manage different log classes
  • Manage different domains.
  • Record optional additional data (useful for other applications like test suites)
@pleonex
Copy link
Member Author

pleonex commented Mar 6, 2017

Make sure that the logger logs the errors when writing larger strings than allowed from the DataWriter.

@pleonex
Copy link
Member Author

pleonex commented Jun 2, 2018

This library seems a good candidate: https://github.com/damianh/LibLog

@pleonex
Copy link
Member Author

pleonex commented Apr 10, 2020

LibLog has been deprecated in favor of Microsoft.Extension.Logging. Yarhl should provide a static class where to set the ILoggerFactory that applications will create (by default the null provider). Every class that wants to use logging will create its own ILogger<T> from this factory in their constructor.

References to learn the tech:

@pleonex pleonex added this to the vNext milestone Jul 27, 2020
@pleonex pleonex self-assigned this Jul 28, 2020
@pleonex pleonex added the wip label Oct 8, 2020
@pleonex pleonex modified the milestones: vNext, Future Dec 13, 2020
@pleonex pleonex modified the milestones: vNext, Future Mar 13, 2021
@pleonex pleonex modified the milestones: Future, vNext Jan 3, 2022
@pleonex pleonex modified the milestones: vNext, Future Aug 18, 2023
@pleonex pleonex removed this from the Future milestone Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant