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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
debug
(CharSequence content) void
debug
(CharSequence content, Throwable error) void
void
error
(CharSequence content) void
error
(CharSequence content, Throwable error) void
void
info
(CharSequence content) void
info
(CharSequence content, Throwable error) void
boolean
boolean
boolean
boolean
void
warn
(CharSequence content) void
warn
(CharSequence content, Throwable error) void
-
Constructor Details
-
JansiLog
-
-
Method Details
-
isDebugEnabled
- Specified by:
isDebugEnabled
in interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debug
in interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debug
in interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debug
in interfaceorg.apache.maven.plugin.logging.Log
-
isInfoEnabled
- Specified by:
isInfoEnabled
in interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
info
in interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
info
in interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
info
in interfaceorg.apache.maven.plugin.logging.Log
-
isWarnEnabled
- Specified by:
isWarnEnabled
in interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warn
in interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warn
in interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warn
in interfaceorg.apache.maven.plugin.logging.Log
-
isErrorEnabled
- Specified by:
isErrorEnabled
in interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
error
in interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
error
in interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
error
in interfaceorg.apache.maven.plugin.logging.Log
-