ILoggingServiceGetExtensionLogger Method

Gets an object which can be used for logging by an extension.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IExtensionLogger GetExtensionLogger(
	Guid packageId
)

Parameters

packageId
Type: SystemGuid
The ID of the extension package.

Return Value

Type: IExtensionLogger
An object which can be used for logging by an extension.
Remarks
It is recommended that extensions use this method for logging operations rather than the ILoggingService methods, in order to get correct and consistent log channel names.
See Also