About the LoggingComponents category

LoggingComponents: Display your application logs in a TextArea or LoggingPanel in the front-end of your app.

NOTE: This addon is experimental at this point and works only with Log4J.

Implementation

  1. Pick a component, LoggingPanel or LoggingArea;
  2. Construct the component and add it to your layout;
  3. Edit your Log4j2.xml configuration file:
    Make sure to update the packages attribute and create your custom appenders and loggers like in the example provided.