module-info.java 648 B

12345678910111213
  1. /*
  2. * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
  3. * or more contributor license agreements. Licensed under the "Elastic License
  4. * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
  5. * Public License v 1"; you may not use this file except in compliance with, at
  6. * your election, the "Elastic License 2.0", the "GNU Affero General Public
  7. * License v3.0 only", or the "Server Side Public License, v 1".
  8. */
  9. module org.elasticsearch.logging {
  10. exports org.elasticsearch.logging;
  11. exports org.elasticsearch.logging.internal.spi to org.elasticsearch.server, org.elasticsearch.cli;
  12. }