ComponentBaseLogger Property |
Gets the logger for the module or extension package corresponding to the component.
Namespace:
Dundas.BI.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ILogger Logger { get; }Public ReadOnly Property Logger As ILogger
Get
public:
property ILogger^ Logger {
ILogger^ get ();
}member Logger : ILogger with get
Property Value
Type:
ILogger
See Also