File tree 5 files changed +31
-0
lines changed
main/java/org/apache/maven/doxia/logging
5 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 34
34
* @author ltheussl
35
35
* @since 1.1
36
36
*/
37
+ @ Deprecated
37
38
public interface Log
38
39
{
39
40
/** Typecode for debugging messages. */
Original file line number Diff line number Diff line change 28
28
* @author ltheussl
29
29
* @since 1.1
30
30
*/
31
+ @ Deprecated
31
32
public interface LogEnabled
32
33
{
33
34
/**
Original file line number Diff line number Diff line change 28
28
* @author <a href="mailto:[email protected] ">Vincent Siveton</a>
29
29
* @since 1.1
30
30
*/
31
+ @ Deprecated
31
32
public class PlexusLoggerWrapper
32
33
implements Log
33
34
{
Original file line number Diff line number Diff line change 31
31
* @author ltheussl
32
32
* @since 1.1
33
33
*/
34
+ @ Deprecated
34
35
public class SystemStreamLog
35
36
implements Log
36
37
{
Original file line number Diff line number Diff line change
1
+ --------------
2
+ Maven Doxia Logging API
3
+ --------------
4
+
5
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
6
+ ~~ or more contributor license agreements. See the NOTICE file
7
+ ~~ distributed with this work for additional information
8
+ ~~ regarding copyright ownership. The ASF licenses this file
9
+ ~~ to you under the Apache License, Version 2.0 (the
10
+ ~~ "License"); you may not use this file except in compliance
11
+ ~~ with the License. You may obtain a copy of the License at
12
+ ~~
13
+ ~~ http://www.apache.org/licenses/LICENSE-2.0
14
+ ~~
15
+ ~~ Unless required by applicable law or agreed to in writing,
16
+ ~~ software distributed under the License is distributed on an
17
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18
+ ~~ KIND, either express or implied. See the License for the
19
+ ~~ specific language governing permissions and limitations
20
+ ~~ under the License.
21
+
22
+ ~~ NOTE: For help with the syntax of this file, see:
23
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
24
+
25
+ Deprecation Notice
26
+
27
+ This Doxia module is deprecated and will be removed in version 2.0.0.
You can’t perform that action at this time.
0 commit comments