Posts Tagged ‘tracesource’

PowerShell Tracing

I spend a lot of time digging around in the System.Management.Automation.dll with Reflector. I love trying to understand how this whole PowerShell thing works. One thing I’ve noticed with PowerShell is that it utilizes the .NET TraceSource class to enable internal logging. Trace sources allow you to tag particular operations with a source and, amazingly, [...]

Subscribe to RSS Feed Follow me on Twitter!