Implement logger for Middleware #900
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#900
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
In issue #856 we decided that the project should use loggers. ILogger was decided, arguments can be found in #856. We should now implement so that we use the decided logger
What should be done
This change was removed during the merge as it was not working properly.
What needs to be done
Has been merged in pr #918
This has been debugged and researched that is not possible to have ilogger for middleware as middleware is not aspnet project and ilogger is not availble. there has been some work around but that requires libraries which feels like unneccary effort therefor we decided to keep the console.writeline.
I close this issue.