HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

Logging

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

Optimizely Commerce Connect 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.

Commerce Connect also uses EPiServer.Logging, which is used internally by the Optimizely assemblies for all logging. However, a third-party product or implementation can use the API. When you create new sites using the Visual Studio integration, the EPiServer.Logging.Log4Net package is installed by default, which is the log4net implementation of the API.