Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide
GitHubNuGetDev CommunityOptimizely AcademySubmit a ticket

Optimizely developer documentation

How can we help you?

Try our conversational search powered by Generative AI!

AI OnAI Off

Logging API

Describes logging in Optimizely Commerce Connect to help you troubleshoot and locate application problems.

Optimizely comes with a logging API, which is an abstraction for 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.

The recommendation for custom logging in Optimizely is to use the logging API defined in .NET Core.


Did this page help you?