Class DependencySilentLog
java.lang.Object
org.apache.maven.plugins.dependency.utils.DependencySilentLog
- All Implemented Interfaces:
org.apache.maven.plugin.logging.Log
This logger implements both types of logs currently in use and turns off logs.
- Author:
- Brian Fox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddebug(CharSequence content) By default, do nothing.voiddebug(CharSequence content, Throwable error) By default, do nothing.voidBy default, do nothing.voiderror(CharSequence content) By default, do nothing.voiderror(CharSequence content, Throwable error) By default, do nothing.voidBy default, do nothing.voidinfo(CharSequence content) By default, do nothing.voidinfo(CharSequence content, Throwable error) By default, do nothing.voidBy default, do nothing.booleanbooleanbooleanbooleanBy default, do nothing.voidwarn(CharSequence content) By default, do nothing.voidwarn(CharSequence content, Throwable error) By default, do nothing.voidBy default, do nothing.
-
Constructor Details
-
DependencySilentLog
public DependencySilentLog()
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceorg.apache.maven.plugin.logging.Log- Returns:
false- See Also:
-
debug
By default, do nothing.- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
debug
By default, do nothing.- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
debug
By default, do nothing.- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceorg.apache.maven.plugin.logging.Log- Returns:
false- See Also:
-
info
By default, do nothing.- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
info
By default, do nothing.- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
info
By default, do nothing.- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
isWarnEnabled
public boolean isWarnEnabled()By default, do nothing.- Specified by:
isWarnEnabledin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
warn
By default, do nothing.- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
warn
By default, do nothing.- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
warn
By default, do nothing.- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceorg.apache.maven.plugin.logging.Log- Returns:
false- See Also:
-
error
By default, do nothing.- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
error
By default, do nothing.- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-
error
By default, do nothing.- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log- See Also:
-