Uses of Interface
org.jacoco.agent.rt.internal.IExceptionLogger
Packages that use IExceptionLogger
-
Uses of IExceptionLogger in org.jacoco.agent.rt.internal
Fields in org.jacoco.agent.rt.internal declared as IExceptionLoggerModifier and TypeFieldDescriptionprivate final IExceptionLogger
Agent.logger
private final IExceptionLogger
CoverageTransformer.logger
static final 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 IExceptionLoggerModifierConstructorDescription(package private)
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 IExceptionLoggerModifier and TypeFieldDescriptionprivate final IExceptionLogger
TcpClientOutput.logger
private final IExceptionLogger
TcpServerOutput.logger
Constructors in org.jacoco.agent.rt.internal.output with parameters of type IExceptionLoggerModifierConstructorDescriptionTcpClientOutput
(IExceptionLogger logger) New controller instance.TcpServerOutput
(IExceptionLogger logger) New controller instance.