-
Notifications
You must be signed in to change notification settings - Fork 157
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
Support inserting custom logging framework #282
Comments
@fredrikcarlbom Sounds like an excellent idea to me, though as it stands at the moment there isn't an army of people to pick these feature requests up, interested in supporting such a feature request? In regards to your idea, I like it, I don't think There could then be a separate What do you think? @duaneedwards @AMCN41R what do you think? |
@milkshakeuk Your solution sounds reasonable. I can't promise that I can help out with this or not, we have not made any final decision to go with nHapi. |
@fredrikcarlbom did you ever make a decision? |
Is your feature request related to a problem? Please describe.
We are considering using nHapi in our product but since it writes its logs using a custom log framework that is a drawback.
Describe the solution you'd like
Supporting Microsoft.Extensions.Logging.Abstractions.ILoggerFactory would be ideal the ideal solution. This would also require implementing a default LoggerFactory that behaves like the current logging does
Describe alternatives you've considered
Using the current framework with trace listeners and output using the same format as our application.
Additional context
This would require dropping NET 3.5 support since Standard 2.0/Framework 4.6.1 is required.
The text was updated successfully, but these errors were encountered: