Package-level declarations

Types

Link copied to clipboard

A message processor that writes trace events to a file.

actual class TraceFeatureMessageFileWriter<Path> : <ERROR CLASS> ERROR CLASS: Symbol not found for FeatureMessageFileWriter<Path>

A specialized implementation of FeatureMessageFileWriter for tracing and writing feature messages to a target file, with customizable formatting and sink handling.

A specialized implementation of FeatureMessageFileWriter designed for handling trace-related feature messages. This class facilitates writing trace-specific feature messages to a file, supporting custom formatting logic if needed.

Link copied to clipboard

A message processor that writes trace events to a logger.

actual class TraceFeatureMessageLogWriter : <ERROR CLASS> ERROR CLASS: Symbol not found for FeatureMessageLogWriter

Implementation of FeatureMessageLogWriter that handles logging of feature messages with trace-level detail using a standardized or custom log message format.

A concrete implementation of FeatureMessageLogWriter that handles logging of feature messages specifically for trace-level operations.

Link copied to clipboard

A message processor that sends trace events to a remote server.