https://www.jetbrains.com/idea/help/setting-log-options.html
引用
If you are using third-party logging tools, you might want to make the message's output that mimics a standard linkage to the source code as for stacktrace line
(at .(:)). For that, add specific Conversion Pattern to your log.xml configuration file.
For example, in a log4j Conversion Pattern this would be .
如果你用了spring-boot,且日志系统用的是logback, 则你可以这样写的logback.xml文件
注意那上面变量: CONSOLE_LOG_PATTERN 这里的 \\( 是进行转换.
关于logback的那些参数说明, 请参见:
http://logback.qos.ch/manual/layouts.html
http://aub.iteye.com/blog/1103685
在 stackoverflow上也有个相应的问题:
http://stackoverflow.com/questions/7930844/is-it-possible-to-have-clickable-class-names-in-console-output-in-intellij
附个打印出日志的截图:

分享到:


2015-11-26 14:47
浏览 8423
评论
|