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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
debug
(CharSequence content) By default, do nothing.void
debug
(CharSequence content, Throwable error) By default, do nothing.void
By default, do nothing.void
error
(CharSequence content) By default, do nothing.void
error
(CharSequence content, Throwable error) By default, do nothing.void
By default, do nothing.void
info
(CharSequence content) By default, do nothing.void
info
(CharSequence content, Throwable error) By default, do nothing.void
By default, do nothing.boolean
boolean
boolean
boolean
By default, do nothing.void
warn
(CharSequence content) By default, do nothing.void
warn
(CharSequence content, Throwable error) By default, do nothing.void
By default, do nothing.
-
Constructor Details
-
DependencySilentLog
public DependencySilentLog()
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabled
in interfaceorg.apache.maven.plugin.logging.Log
- Returns:
false
- See Also:
-
debug
By default, do nothing.- Specified by:
debug
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
debug
By default, do nothing.- Specified by:
debug
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
debug
By default, do nothing.- Specified by:
debug
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabled
in interfaceorg.apache.maven.plugin.logging.Log
- Returns:
false
- See Also:
-
info
By default, do nothing.- Specified by:
info
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
info
By default, do nothing.- Specified by:
info
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
info
By default, do nothing.- Specified by:
info
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
isWarnEnabled
public boolean isWarnEnabled()By default, do nothing.- Specified by:
isWarnEnabled
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
warn
By default, do nothing.- Specified by:
warn
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
warn
By default, do nothing.- Specified by:
warn
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
warn
By default, do nothing.- Specified by:
warn
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabled
in interfaceorg.apache.maven.plugin.logging.Log
- Returns:
false
- See Also:
-
error
By default, do nothing.- Specified by:
error
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
error
By default, do nothing.- Specified by:
error
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-
error
By default, do nothing.- Specified by:
error
in interfaceorg.apache.maven.plugin.logging.Log
- See Also:
-