MSAdministrator / PSLogging

A PowerShell Logging Module that uses Classes to log to the console, log file, or the event viewer
MIT License
13 stars 3 forks source link

Include Information on Using the Classes Outside the module #2

Open michaeltlombardi opened 7 years ago

michaeltlombardi commented 7 years ago

Exporting classes from PowerShell modules can be a bit wonky for folks, probably need a narrative or concept doc to explain how to use the classes, possibly borrowing from this stackoverflow answer.