This library provides additional utilities and introspection tools based on the core Arez spy infrastructure.
The simplest way to use component;
- add the following dependencies into the build system. i.e.
<dependency>
<groupId>org.realityforge.arez.spytools</groupId>
<artifactId>arez-spytools</artifactId>
<version>0.129</version>
</dependency>
-
add the snippet
<inherits name="arez.spytools.browser.BrowserSpyTools"/>
into the .gwt.xml file. -
Use the various spytools classes. The simplest action is just to turn on logging of Arez event to the browser console via
BrowserSpyUtil.enableSpyEventLogging()
.
For more information about component, please see the Website. For the source code and project support please visit the GitHub project.
The component was released as open source so others could benefit from the project. We are thankful for any contributions from the community. A Code of Conduct has been put in place and a Contributing document is under development.
The component is licensed under Apache License, Version 2.0.