android.util
public
class
android.util.LogPrinter
Implementation of a Printer that sends its output
to the system log.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
LogPrinter(int priority, String tag)
Create a new Printer that sends to the log with the given priority
and tag.
Public Methods
public
void
println(String x)
Write a line of text to the output. There is no need to terminate
the given string with a newline.