Logging API
Describes logging in Optimizely Commerce Connect to help you troubleshoot and locate application problems.
Optimizely includes a logging API that abstracts writing log messages from the system. Logging is useful when you troubleshoot and locate application problems.
Optimizely Commerce Connect uses EPiServer.Logging, which works as a façade for the logging framework in .NET Core (Microsoft.Extensions.Logging). To manage the configuration and output of the logger, refer to the API of the implementing framework. See Logging in .NET Core.
Use the logging API defined in .NET Core for custom logging in Optimizely.
Updated 12 days ago
