IContentStoreLogger Property Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

CSAPILogger Logger { get; }

Property Value

Type: CSAPILogger
Remarks

Unlike previous versions of the CMS, the logs are written to App_Data/DesignTimeLogs directory, where they are automatically archived.
See Also

Reference