Searched refs:IExceptionLogger (Results 1 – 8 of 8) sorted by relevance
18 public interface IExceptionLogger { interface23 IExceptionLogger SYSTEM_ERR = new IExceptionLogger() {
49 final Agent agent = new Agent(options, IExceptionLogger.SYSTEM_ERR); in getInstance()79 private final IExceptionLogger logger;95 Agent(final AgentOptions options, final IExceptionLogger logger) { in Agent()
38 private final IExceptionLogger logger;61 final AgentOptions options, final IExceptionLogger logger) { in CoverageTransformer()
50 IExceptionLogger.SYSTEM_ERR)); in premain()
17 import org.jacoco.agent.rt.internal.IExceptionLogger;31 private final IExceptionLogger logger;43 public TcpClientOutput(final IExceptionLogger logger) { in TcpClientOutput()
19 import org.jacoco.agent.rt.internal.IExceptionLogger;35 private final IExceptionLogger logger;47 public TcpServerOutput(final IExceptionLogger logger) { in TcpServerOutput()
17 import org.jacoco.agent.rt.internal.IExceptionLogger;22 public class ExceptionRecorder implements IExceptionLogger {
50 public class AgentTest implements IExceptionLogger {