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:
-
Packages
ExportsPackageDescriptionIndirect Exports -
Modules
RequiresModifierModuleDescriptiontransitiveCore module for RainbowGum which provides low level components for logging as well as a builder for creating custom RainbowGums. -
Services
Provides