I want to print any text without using system.out.println() in java? It is possible If yes then how; Any idea.
System.out.logd("text") is pretty similar. If it's just the specific call you can't use or something.