* Changed Session LogAssigned method to properly format the LogMessage title value.
3.0.12
* Changed Session.EnterMethod, LeaveMethod to include source file. * Added default title to Session.LogAppDomain method. * Added exception handling in Session.LogSystem for user name value. It was failing on Windows WSL systems, returning some sort of permissions error.
3.0.11
* Added *args support to Session class methods: LogDebug, LogVerbose, LogMessage, LogWarning, LogException, and LogFatal methods.
3.0.10
* Added Session.LogPngFile, LogPngStream methods for SI Console 3.4+ support.
3.0.9
* Changed the Session.CurrentMethodName, CurrentMethodNameClass, CurrentMethodNameClassNamespace properties to static methods.
3.0.8
* Added InfoEvent event and RaiseInfoEvent methods to SmartInspect and Protocol classes. This allows SmartInspect to convey informational events to interested parties. For example, the SI Console Server banner is available, as well as when a SIConfiguration settings file is changed and reloaded if using SIConfigurationTimer class.