All Classes and Interfaces

Class
Description
A LogSink that delegates to multiple child sinks.
A LogSink that writes log entries to the console.
A LogSink that writes log entries to files.
Builder for FileLogSink.
JavaFX-specific utilities for structured logging.
Represents an operation that computes a value and then updates the UI.
A reactor that responds to changes by computing and updating UI.
Represents a logging context that accumulates log entries.
Controls when accumulated log entries are flushed.
Utilities for transferring logging context across thread boundaries.
Represents a captured logging context that can be restored on another thread.
Represents a single log entry with structured data.
Builder for creating LogEntry instances.
The main user-facing API for structured logging.
Fluent builder for log entries with attributes.
Comprehensive examples demonstrating the structured logging framework.
A wrapper around StructuredTaskScopePREVIEW that automatically creates child LogContexts for each forked subtask.
Log severity levels for structured logging.
Central hub for structured logging context management using ScopedValue.
A carrier that allows running code within a specific logging context.
Interface for log output destinations.
A LogSink that stores entries in memory for testing and debugging.
Represents a batch of log entries from a single context.
Swing-specific utilities for structured logging.
Represents an operation that computes a value and then updates the UI.
A reactor that responds to changes by computing and updating UI.