Interface ISoEnvironmentInfoPlugin
Interface should be implemented for plugins wanting to provide environment info while logging.
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public interface ISoEnvironmentInfoPlugin : IPlugin
Methods
UpdateEnvironmentInfo(NameValueCollection)
Method called to collect extra environment info
Declaration
void UpdateEnvironmentInfo(NameValueCollection environmentInfo)
Parameters
Type | Name | Description |
---|---|---|
NameValueCollection | environmentInfo |
Extension Methods
EnumUtil.MapEnums<From, To>(From)