android - Is there any way to control the logcat output format in intelij 2016? -


i customize output formt of logcat output logcat panel in android monitor in intellij. there way this?

specifically using log4j module outputs through logcat , there indent forced on message text such newline in message text indent subsequent lines. output is:

time date class app blah blah: message line 1(\n)                                message line 2(\n)                                mesage line 3  

i have be:

time date class app blah blah: message line 1(\n)     message line 2(\n)     message line 3 

in case have "message line 1" set class name , line number in parens, in intellij window clickable

ie: (classwithlogline.java:135)

well poking @ it, seem on android monitor logcat tab there "gear/sprocket" icon has checkboxes turning on , off various components of logcat message header, still has no control on message indent nor allow edit logcat format string ( ideal advanced mode or showing field , allow editing of )


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -