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.
|
* Abstract implementation.
|
||||||
*
|
*
|
||||||
* @author Hervé Boutemy
|
* @author Hervé Boutemy
|
||||||
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
public class BaseSlf4jConfiguration
|
public class BaseSlf4jConfiguration
|
||||||
implements Slf4jConfiguration
|
implements Slf4jConfiguration
|
||||||
|
|
|
@ -24,6 +24,7 @@ package org.apache.maven.cli.logging;
|
||||||
* implementation.
|
* implementation.
|
||||||
*
|
*
|
||||||
* @author Hervé Boutemy
|
* @author Hervé Boutemy
|
||||||
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
public interface Slf4jConfiguration
|
public interface Slf4jConfiguration
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,6 +32,7 @@ import org.slf4j.ILoggerFactory;
|
||||||
* configuration files in class loader.
|
* configuration files in class loader.
|
||||||
*
|
*
|
||||||
* @author Hervé Boutemy
|
* @author Hervé Boutemy
|
||||||
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
public class Slf4jConfigurationFactory
|
public class Slf4jConfigurationFactory
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,6 +26,7 @@ import org.codehaus.plexus.logging.Logger;
|
||||||
* probably not really used.
|
* probably not really used.
|
||||||
*
|
*
|
||||||
* @author Jason van Zyl
|
* @author Jason van Zyl
|
||||||
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
public class Slf4jLogger
|
public class Slf4jLogger
|
||||||
implements Logger
|
implements Logger
|
||||||
|
|
|
@ -24,6 +24,9 @@ import java.io.PrintStream;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.Marker;
|
import org.slf4j.Marker;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 3.1.0
|
||||||
|
*/
|
||||||
public class Slf4jStdoutLogger
|
public class Slf4jStdoutLogger
|
||||||
implements Logger
|
implements Logger
|
||||||
{
|
{
|
||||||
|
|
|
@ -25,6 +25,7 @@ import org.apache.maven.cli.logging.BaseSlf4jConfiguration;
|
||||||
* Configuration for slf4j-log4j2.
|
* Configuration for slf4j-log4j2.
|
||||||
*
|
*
|
||||||
* @author Hervé Boutemy
|
* @author Hervé Boutemy
|
||||||
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
public class Log4j2Configuration
|
public class Log4j2Configuration
|
||||||
extends BaseSlf4jConfiguration
|
extends BaseSlf4jConfiguration
|
||||||
|
|
|
@ -27,6 +27,7 @@ import org.slf4j.LoggerFactory;
|
||||||
* Configuration for slf4j-logback.
|
* Configuration for slf4j-logback.
|
||||||
*
|
*
|
||||||
* @author Hervé Boutemy
|
* @author Hervé Boutemy
|
||||||
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
public class LogbackConfiguration
|
public class LogbackConfiguration
|
||||||
extends BaseSlf4jConfiguration
|
extends BaseSlf4jConfiguration
|
||||||
|
|
|
@ -27,6 +27,7 @@ import org.slf4j.impl.MavenSlf4jSimpleFriend;
|
||||||
* Configuration for slf4j-simple.
|
* Configuration for slf4j-simple.
|
||||||
*
|
*
|
||||||
* @author Hervé Boutemy
|
* @author Hervé Boutemy
|
||||||
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
public class Slf4jSimpleConfiguration
|
public class Slf4jSimpleConfiguration
|
||||||
extends BaseSlf4jConfiguration
|
extends BaseSlf4jConfiguration
|
||||||
|
|
Loading…
Reference in New Issue