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 SummaryConstructors
- 
Method SummaryModifier 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- 
DependencySilentLogpublic DependencySilentLog()
 
- 
- 
Method Details- 
isDebugEnabledpublic boolean isDebugEnabled()- Specified by:
- isDebugEnabledin interface- org.apache.maven.plugin.logging.Log
- Returns:
- false
- See Also:
 
- 
debugBy default, do nothing.- Specified by:
- debugin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
debugBy default, do nothing.- Specified by:
- debugin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
debugBy default, do nothing.- Specified by:
- debugin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
isInfoEnabledpublic boolean isInfoEnabled()- Specified by:
- isInfoEnabledin interface- org.apache.maven.plugin.logging.Log
- Returns:
- false
- See Also:
 
- 
infoBy default, do nothing.- Specified by:
- infoin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
infoBy default, do nothing.- Specified by:
- infoin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
infoBy default, do nothing.- Specified by:
- infoin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
isWarnEnabledpublic boolean isWarnEnabled()By default, do nothing.- Specified by:
- isWarnEnabledin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
warnBy default, do nothing.- Specified by:
- warnin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
warnBy default, do nothing.- Specified by:
- warnin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
warnBy default, do nothing.- Specified by:
- warnin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
isErrorEnabledpublic boolean isErrorEnabled()- Specified by:
- isErrorEnabledin interface- org.apache.maven.plugin.logging.Log
- Returns:
- false
- See Also:
 
- 
errorBy default, do nothing.- Specified by:
- errorin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
errorBy default, do nothing.- Specified by:
- errorin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
- 
errorBy default, do nothing.- Specified by:
- errorin interface- org.apache.maven.plugin.logging.Log
- See Also:
 
 
-