How to show only message from log (hide time ,pid etc.) in Android Studio

android, android-studio, ide, intellij-idea, logcat

Solution

Now on Android Studio you can config the logcat

Problem

I haven't use Android Studio (IntelliJ IDEA) before the logcat that show in Android Studio also show time and pid etc. on the left side of logcat. I want to hide those stuff (time and pid) I wanna see only message form Log. Is there any suggestion?

Original source