mirror of https://github.com/apache/maven.git
add missing @since 3.1.0
This commit is contained in:
parent
465202c505
commit
e2f99c2ca5
|
@ -26,6 +26,7 @@ import org.slf4j.LoggerFactory;
|
|||
* Abstract implementation.
|
||||
*
|
||||
* @author Hervé Boutemy
|
||||
* @since 3.1.0
|
||||
*/
|
||||
public class BaseSlf4jConfiguration
|
||||
implements Slf4jConfiguration
|
||||
|
|
|
@ -24,6 +24,7 @@ package org.apache.maven.cli.logging;
|
|||
* implementation.
|
||||
*
|
||||
* @author Hervé Boutemy
|
||||
* @since 3.1.0
|
||||
*/
|
||||
public interface Slf4jConfiguration
|
||||
{
|
||||
|
|
|
@ -32,6 +32,7 @@ import org.slf4j.ILoggerFactory;
|
|||
* configuration files in class loader.
|
||||
*
|
||||
* @author Hervé Boutemy
|
||||
* @since 3.1.0
|
||||
*/
|
||||
public class Slf4jConfigurationFactory
|
||||
{
|
||||
|
|
|
@ -26,6 +26,7 @@ import org.codehaus.plexus.logging.Logger;
|
|||
* probably not really used.
|
||||
*
|
||||
* @author Jason van Zyl
|
||||
* @since 3.1.0
|
||||
*/
|
||||
public class Slf4jLogger
|
||||
implements Logger
|
||||
|
|
|
@ -24,6 +24,9 @@ import java.io.PrintStream;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.Marker;
|
||||
|
||||
/**
|
||||
* @since 3.1.0
|
||||
*/
|
||||
public class Slf4jStdoutLogger
|
||||
implements Logger
|
||||
{
|
||||
|
|
|
@ -25,6 +25,7 @@ import org.apache.maven.cli.logging.BaseSlf4jConfiguration;
|
|||
* Configuration for slf4j-log4j2.
|
||||
*
|
||||
* @author Hervé Boutemy
|
||||
* @since 3.1.0
|
||||
*/
|
||||
public class Log4j2Configuration
|
||||
extends BaseSlf4jConfiguration
|
||||
|
|
|
@ -27,6 +27,7 @@ import org.slf4j.LoggerFactory;
|
|||
* Configuration for slf4j-logback.
|
||||
*
|
||||
* @author Hervé Boutemy
|
||||
* @since 3.1.0
|
||||
*/
|
||||
public class LogbackConfiguration
|
||||
extends BaseSlf4jConfiguration
|
||||
|
|
|
@ -27,6 +27,7 @@ import org.slf4j.impl.MavenSlf4jSimpleFriend;
|
|||
* Configuration for slf4j-simple.
|
||||
*
|
||||
* @author Hervé Boutemy
|
||||
* @since 3.1.0
|
||||
*/
|
||||
public class Slf4jSimpleConfiguration
|
||||
extends BaseSlf4jConfiguration
|
||||
|
|
Loading…
Reference in New Issue