Module io.jstach.rainbowgum.jfr


module io.jstach.rainbowgum.jfr
Provides a LogOutput that commits each log event as a JDK Flight Recorder event instead of writing bytes anywhere, with URI scheme "jfr", as well as a LogAlerts.Listener that does the same for alerts (opt-in, see JfrAlertListenerConfigurator).

This is its own module (rather than in core) because it requires the JDK's jdk.jfr module, which is not something every application wants as a dependency.

See Also: