public JitLogger(JitLogRepository repository) { this.repository = repository; }
public JitLoggingMiddleware(JitLogRepository jitLogRepository, JitLoggerOptions options) { _jitLogRepository = jitLogRepository; _options = options; }