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)
SyntaxILogger GetLoggerForExtension(
Guid packageId
)
Function GetLoggerForExtension (
packageId As Guid
) As ILogger
ILogger^ GetLoggerForExtension(
Guid packageId
)
abstract GetLoggerForExtension :
packageId : Guid -> ILogger
Parameters
- packageId
- Type: SystemGuid
The ID of the extension package.
Return Value
Type:
ILoggerAn 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