scala - Customizing logback color scheme -


i have been messing logback coloring , im wondering if can change highlighting colors. right have this

enter image description here

which ok, make info blue, warnings yellow , errors non-bold red or along lines. possible? also, possible select different colors logger name highlighting? instance, if wanted com.blah cyan , org.apache logger magenta or else? current pattern

 <pattern>%d{hh:mm:ss.sss} %highlight(%-5level) [%thread] %cyan(%logger{36}) - %highlight(%msg%n)</pattern> 

this scala project sbt , use logback logging if makes difference.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -