Marcel Overdijk created LOGBACK-1433:
----------------------------------------
Summary: Add support for ANSI style modifiers like "dim/faint"
Key: LOGBACK-1433
URL: https://jira.qos.ch/browse/LOGBACK-1433
Project: logback
Issue Type: Improvement
Environment: Besides logback currently supports coloring like %cyan,
%highlight it would be nice if other ANSI styles would be supported like
"dim"/"faint".
E.g. using %dim(..)
Is there maybe a workaround available to use these ANSI styles already?
I currently have this pattern:
{noformat}
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%-15.15thread] %highlight(%-5level)
%cyan(%-40.40logger{39}) - %message%n</pattern>{noformat}
But I would like to dim the date being logged.
Reporter: Marcel Overdijk
Assignee: Logback dev list
--
This message was sent by Atlassian JIRA
(v7.3.1#73012)
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev