[
https://issues.apache.org/jira/browse/MNG-7822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757394#comment-17757394
]
ASF GitHub Bot commented on MNG-7822:
-------------------------------------
elharo commented on code in PR #1215:
URL: https://github.com/apache/maven/pull/1215#discussion_r1301529188
##########
api/maven-api-core/src/main/java/org/apache/maven/api/services/MessageBuilder.java:
##########
@@ -27,6 +27,16 @@
* @see MessageBuilderFactory
*/
public interface MessageBuilder {
+
+ /**
+ * Append message content in trace style.
+ * By default, bold magenta
+ * @param message the message to append
Review Comment:
nit: blank line before first param
> Add TRACE("bold,magenta" ) to Style in org.apache.maven.shared.utils.logging
> for style.color.
> ---------------------------------------------------------------------------------------------
>
> Key: MNG-7822
> URL: https://issues.apache.org/jira/browse/MNG-7822
> Project: Maven
> Issue Type: New Feature
> Components: Logging
> Reporter: Richard O'Sullivan
> Priority: Trivial
>
> Maven uses 'Style' in 'org.apache.maven.shared.utils.logging' to enumerate
> the available logging levels. Currently, the 'TRACE' level is not enumerated.
> It would be helpful to add something like: 'TRACE("bold,magenta" ) '.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)