Releases: SanthoshMKunthe/Multiple-Logs-Android
Total ten types of logs and no need of capital 'L' letter while typing 'Log'
We all use debug logs. . . But I hate to type capital 'L' while typing 'Log.d' and also TAG remains same for that particular activity. . .
If I want to see Logs across different activities then filtering Logs based on TAG is not useful as TAG will only show me Log of one particular activity. . .
So I have created this that can show logs across different activities and has 10 types. . .
Total ten types of logs and no need of capital 'L' letter while typing 'Log'
We all use debug logs. . . But I hate to type capital 'L' while typing 'Log.d' and also TAG remains same for that particular activity. . .
If I want to see Logs across different activities then filtering Logs based on TAG is not useful as TAG will only show me Log of one particular activity. . .
So I have created this that can show logs across different activities and has 10 types. . .
Added More types
Added More types
0.1.0
Yaaay. . .