ILoggingServiceGetLoggerForExtension 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 (10.0.0.1002)
Syntax
ILogger GetLoggerForExtension(
	Guid packageId
)

Parameters

packageId
Type: SystemGuid
The ID of the extension package.

Return Value

Type: ILogger
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