File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
logback-ecs-encoder/src/main/java Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*-
2
+ * #%L
3
+ * Java ECS logging
4
+ * %%
5
+ * Copyright (C) 2019 - 2020 Elastic and contributors
6
+ * %%
7
+ * Licensed to Elasticsearch B.V. under one or more contributor
8
+ * license agreements. See the NOTICE file distributed with
9
+ * this work for additional information regarding copyright
10
+ * ownership. Elasticsearch B.V. licenses this file to you under
11
+ * the Apache License, Version 2.0 (the "License"); you may
12
+ * not use this file except in compliance with the License.
13
+ * You may obtain a copy of the License at
14
+ *
15
+ * http://www.apache.org/licenses/LICENSE-2.0
16
+ *
17
+ * Unless required by applicable law or agreed to in writing,
18
+ * software distributed under the License is distributed on an
19
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20
+ * KIND, either express or implied. See the License for the
21
+ * specific language governing permissions and limitations
22
+ * under the License.
23
+ * #L%
24
+ */
25
+ module logback .ecs .encoder {
26
+
27
+ requires java .base ;
28
+ requires org .slf4j ;
29
+ requires co .elastic .logging ;
30
+ requires ch .qos .logback .core ;
31
+ requires ch .qos .logback .classic ;
32
+
33
+ exports co .elastic .logging .logback ;
34
+
35
+ }
36
+
You can’t perform that action at this time.
0 commit comments