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 IExceptionLoggerAgent.loggerprivate final IExceptionLoggerCoverageTransformer.loggerstatic final IExceptionLoggerIExceptionLogger.SYSTEM_ERRDefault 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 IExceptionLoggerTcpClientOutput.loggerprivate final IExceptionLoggerTcpServerOutput.loggerConstructors in org.jacoco.agent.rt.internal.output with parameters of type IExceptionLoggerModifierConstructorDescriptionTcpClientOutput(IExceptionLogger logger) New controller instance.TcpServerOutput(IExceptionLogger logger) New controller instance.