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
- Pick a component, LoggingPanel or LoggingArea;
- Construct the component and add it to your layout;
- 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.