I am having lots of logging statements to debug for example.
Log.v(TAG, \"Message here\");
Log.w(TAG, \" WARNING HERE\");
while deploying t
The better way is to use SLF4J API + some of its implementation.
For Android applications you can use the following: