Class LogWrapper
java.lang.Object
com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
- All Implemented Interfaces:
org.apache.maven.plugin.logging.Log
A wrapper for a logger that allows overwriting the log level.
- Author:
- madgaksha
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddebug(CharSequence content) voiddebug(CharSequence content, Throwable error) voidvoiderror(CharSequence content) voiderror(CharSequence content, Throwable error) voidvoidinfo(CharSequence content) voidinfo(CharSequence content, Throwable error) voidbooleanbooleanbooleanbooleanvoidwarn(CharSequence content) voidwarn(CharSequence content, Throwable error) void
-
Constructor Details
-
LogWrapper
- Parameters:
log- Logger to wrap.level- Level to override the default log level of the wrapped logger. Ifnull, do not overwrite the log level.
-
-
Method Details
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-