IntelliJ IDEA 自定义控制台输出多颜色格式功能 --- 安装Grep Console插件

 | 

idea query console设置schema idea调出console_intellij 控制台日志 html

我要评论

IntelliJ IDEA 自定义控制台输出多颜色格式功能 1. 打开IDEA设置面板2. 点击插件(Plugins)安装Grep Console3. 重启IDEA后设置颜色4. 效果图1. 打开IDEA设置面板快捷键:Ctrl+Alt+S2. 点击插件(Plugins)安装Grep Console点击Plugins输入Grep Console查询插件,点击install安装之后重启IDEA后生效3. 重启IDEA后设置颜色Foreground设置打印的字体颜色Backgrou

1. 打开IDEA设置面板

快捷键:Ctrl+Alt+S

idea query console设置schema idea调出console_spring_02

2. 点击插件(Plugins)安装Grep Console

点击Plugins输入Grep Console查询插件,点击install安装之后重启IDEA后生效

idea query console设置schema idea调出console_intellij 控制台日志 html_03

3. 重启IDEA后设置颜色

Foreground设置打印的字体颜色

Background设置覆盖字体的颜色

idea query console设置schema idea调出console_spring_04

4. 效果图

idea query console设置schema idea调出console_spring_05

5. 设置日志级别

在你的yml文件配置日志级别

logging:

level:

org.xx.mapper : debug

com.th: debug

org.springframework: warn

完成!希望可以帮助到大家。