从Android Studio logcat中的System.out.print中删除时间、日期和包名

从Android Studio logcat中的System.out.print中删除时间、日期和包名,android,android-studio,android-logcat,Android,Android Studio,Android Logcat,我想删除以下类型的文本 “06-11 14:36:59.814 3951-4564/example.myapplication I/System.out﹕" 从我的应用程序中的system.out.prints 如何实现这一点?我正在使用android studioandroid studio 2.2 不确定是哪个版本提供了此功能,但2.2版本提供了此功能 我自己刚找到这个。非常高兴。我认为这里的解决方案应该是使用适当的Log类,因为1)这就是在Android中打印到logcat的方式,2

我想删除以下类型的文本

“06-11 14:36:59.814 3951-4564/example.myapplication I/System.out﹕"

从我的应用程序中的system.out.prints

如何实现这一点?我正在使用android studio

android studio 2.2 不确定是哪个版本提供了此功能,但2.2版本提供了此功能


我自己刚找到这个。非常高兴。

我认为这里的解决方案应该是使用适当的
Log
类,因为1)这就是在Android中打印到logcat的方式,2)它不太容易打字。非常感谢。我在Android Studio 3.2中似乎找不到这个。它适用于我的Andriod Studio 4.1.1。非常感谢。