Package org.apache.flink.traces.slf4j
Class Slf4jTraceReporterFactory
- java.lang.Object
-
- org.apache.flink.traces.slf4j.Slf4jTraceReporterFactory
-
- All Implemented Interfaces:
TraceReporterFactory
public class Slf4jTraceReporterFactory extends Object implements TraceReporterFactory
-
-
Constructor Summary
Constructors Constructor Description Slf4jTraceReporterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TraceReporter
createTraceReporter(Properties properties)
Creates a new trace reporter.
-
-
-
Method Detail
-
createTraceReporter
public TraceReporter createTraceReporter(Properties properties)
Description copied from interface:TraceReporterFactory
Creates a new trace reporter.- Specified by:
createTraceReporter
in interfaceTraceReporterFactory
- Parameters:
properties
- configured properties for the reporter- Returns:
- created metric reporter
-
-