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 private IExceptionLogger
Agent. logger
private IExceptionLogger
CoverageTransformer. logger
static IExceptionLogger
IExceptionLogger. SYSTEM_ERR
Default implementation which dumps the stack trace to System.err.Constructors in org.jacoco.agent.rt.internal with parameters of type IExceptionLogger Constructor Description Agent(AgentOptions options, IExceptionLogger logger)
Creates a new agent with the given agent options.CoverageTransformer(IRuntime runtime, AgentOptions options, IExceptionLogger logger)
New transformer with the given delegates. -
Uses of IExceptionLogger in org.jacoco.agent.rt.internal.output
Fields in org.jacoco.agent.rt.internal.output declared as IExceptionLogger Modifier and Type Field Description private IExceptionLogger
TcpClientOutput. logger
private IExceptionLogger
TcpServerOutput. logger
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.
-