No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | android.util.LogPrinter |
Implementation of a Printer
that sends its output to the system log.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Create a new Printer that sends to the log with the given priority and tag.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Write a line of text to the output.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Create a new Printer that sends to the log with the given priority and tag.
priority | The desired log priority: Log.VERBOSE , Log.DEBUG , Log.INFO , Log.WARN , or Log.ERROR . |
---|---|
tag | A string tag to associate with each printed log statement. |
Write a line of text to the output. There is no need to terminate the given string with a newline.