In the previous guide, we created a solution with two projects:
- Banana: The project calling the logger
- Banana.Toolbox: The project library containing the static logger
We currently only have one logging method (.Log()) which is fine for little projects but what if I tell you that we can get more information than only the datetime, the project and the log message?
This is easy to add and we’re going to also write some more useful methods!