Interface LogEmitterProvider
public interface LogEmitterProvider
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Method Summary
Modifier and TypeMethodDescriptionlogEmitterBuilder(String instrumentationName) Creates aLogEmitterBuilderinstance.
-
Method Details
-
logEmitterBuilder
Creates aLogEmitterBuilderinstance.- Parameters:
instrumentationName- the name of the instrumentation library- Returns:
- a log emitter builder instance
-