Package io.micronaut.maven
Class JansiLog
java.lang.Object
io.micronaut.maven.JansiLog
- All Implemented Interfaces:
org.apache.maven.plugin.logging.Log
A
Log implementation that uses Jansi to colorize the output.- Since:
- 4.0.0
- Author:
- Álvaro Sánchez-Mariscal
-
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
-
JansiLog
-
-
Method Details
-
isDebugEnabled
- Specified by:
isDebugEnabledin 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
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
isInfoEnabled
- Specified by:
isInfoEnabledin 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
-
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
-
isErrorEnabled
- Specified by:
isErrorEnabledin 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
-