I have a Logging project (class library) that is referenced by other projects.
When the Logging library is first loaded, I want it to run a method to confirm that directories exist, and if not, create them.
I have tried creating a Main method in the Logging project, but this doesn't trigger.