IContentStoreLogger Property
|
Gets the logger of CSAPI. With this object, integraters can directly write to the CMS design-time log.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax CSAPILogger Logger { get; }
ReadOnly Property Logger As CSAPILogger
Get
property CSAPILogger^ Logger {
CSAPILogger^ get ();
}
abstract Logger : CSAPILogger with get
Property Value
Type:
CSAPILoggerRemarks Unlike previous versions of the CMS, the logs are written to App_Data/DesignTimeLogs directory, where they are automatically archived.
See Also