[ https://issues.apache.org/jira/browse/MNG-7822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758822#comment-17758822 ]
ASF GitHub Bot commented on MNG-7822: ------------------------------------- CrazyHZM commented on code in PR #1215: URL: https://github.com/apache/maven/pull/1215#discussion_r1305103976 ########## 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: Done. > Add support for TRACE logging level (with style "bold,magenta") > --------------------------------------------------------------- > > 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)