Vaadin addon providing components to display application logs in the front-end.
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.
Install
Framework Support
Vaadin 8.0+
Browser Independent
Install with
Release notes - Version 1.2
Updated Log4J dependencies that contained a security vulnerability.