Create the configurator class

After you create the trace listener class, you create the configurator class. The configurator class implements the ISitefinityLogCategoryConfiguratorinterface. The purpose of this class is to configure the types of errors that the custom trace listener handles. Situations that are not handled by your custom configurator are delegated to the default one to form a chain of responsibility. To create the configurator class:

  1. In Visual Studio, open the context menu of the ExternalLogging project and click Add » Class
  2. Name the class file RaygunConfigurator.cs and click Add.
  3. Make the RaygunConfiguratorclass implement the ISitefinityLogCategoryConfiguratorclass.
  4. Define the constructors and the fields.
    In this section of the code, the RaygunConfiguratorconstructor sets the default configurator and the configuration policy.
  5. Implement the ISitefinityLogCategoryConfiguratormethods.
    In the Configuremethod, the name of the category is checked and, if it matches the configuration policy, the RaygunTraceListener is called. Otherwise, the default configurator is called to resolve the current category.

GITHUB EXAMPLE: For more information about the content of the file, see the RaygunConfigurator.cs file of the downloaded sample project.

Want to learn more?
Enhance your Sitefinity skills by enrolling in free training sessions. Become Sitefinity certified through Progress Education Community to strengthen your professional credentials.
New to Sitefinity?