Uses of Interface
org.jacoco.agent.rt.internal.IExceptionLogger
-
Packages that use IExceptionLogger Package Description org.jacoco.agent.rt.internal org.jacoco.agent.rt.internal.output -
-
Uses of IExceptionLogger in org.jacoco.agent.rt.internal
Fields in org.jacoco.agent.rt.internal declared as IExceptionLogger Modifier and Type Field Description static IExceptionLoggerIExceptionLogger. SYSTEM_ERRDefault implementation which dumps the stack trace to System.err.Constructors in org.jacoco.agent.rt.internal with parameters of type IExceptionLogger Constructor Description CoverageTransformer(IRuntime runtime, AgentOptions options, IExceptionLogger logger)New transformer with the given delegates. -
Uses of IExceptionLogger in org.jacoco.agent.rt.internal.output
Constructors in org.jacoco.agent.rt.internal.output with parameters of type IExceptionLogger Constructor Description TcpClientOutput(IExceptionLogger logger)New controller instance.TcpServerOutput(IExceptionLogger logger)New controller instance.
-