Open this page in the API Guide

ILoggingService.GetExtensionLogger 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 (25.1.0.1000)
Syntax
IExtensionLogger GetExtensionLogger(
	Guid packageId
)

Parameters

packageId
Type: System.Guid
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