Companion

Companion object with factories for TraceFeatureMessageFileWriter

Functions

Link copied to clipboard
fun create(targetPath: ERROR CLASS: Symbol not found for KotlinPath, sinkOpener: (@R|kotlin/ParameterName|(name = String(path)) ERROR CLASS: Symbol not found for KotlinPath) -> ERROR CLASS: Symbol not found for Sink? = null, format: (ERROR CLASS: Symbol not found for FeatureMessage) -> String? = null): TraceFeatureMessageFileWriter<ERROR CLASS: Symbol not found for KotlinPath>

Creates an instance of TraceFeatureMessageFileWriter for writing feature messages to a file.

fun create(targetPath: Path, streamOpener: (path: Path) -> OutputStream? = null, format: (ERROR CLASS: Symbol not found for FeatureMessage) -> String? = null): TraceFeatureMessageFileWriter<Path>

Creates a TraceFeatureMessageFileWriter that writes to the given java.nio.file.Path using a custom OutputStream opener.