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 IExceptionLoggerAgent. loggerprivate IExceptionLoggerCoverageTransformer. loggerstatic 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 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 IExceptionLoggerTcpClientOutput. loggerprivate IExceptionLoggerTcpServerOutput. loggerConstructors 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.
-