Companion
Companion object with factories for TraceFeatureMessageLogWriter
Functions
Link copied to clipboard
fun create(logger: ERROR CLASS: Symbol not found for KLogger, logLevel: ERROR CLASS: Symbol not found for LogLevel = LogLevel.INFO, format: (ERROR CLASS: Symbol not found for FeatureMessage) -> String? = null): TraceFeatureMessageLogWriter
Creates a new instance of TraceFeatureMessageLogWriter for handling trace events.
fun create(logger: ERROR CLASS: Symbol not found for Logger, logLevel: ERROR CLASS: Symbol not found for LogLevel = LogLevel.INFO, format: (ERROR CLASS: Symbol not found for FeatureMessage) -> String? = null): TraceFeatureMessageLogWriter
Creates a TraceFeatureMessageLogWriter that writes trace events to the given SLF4J Logger.