public interface Logger
Modifier and Type | Method and Description |
---|---|
void |
println(int priority,
java.lang.String tag,
java.lang.String msg)
Low-level logging call.
|
void println(int priority, java.lang.String tag, java.lang.String msg)
priority
- The priority/type of this log messagetag
- Used to identify the source of a log message. It usually identifies
the class or activity where the log call occurs.msg
- the message that is requested to be logged