log
Log at priority
an message.
Log at priority
an exception and a message.
Log at priority
an exception.
Write a log message to its destination. Called for all level-specific methods by default.
Parameters
priority
Log level. See LogX for constants.
tag
Explicit or inferred tag. May be null
.
message
Formatted log message.
t
Accompanying exceptions. May be null
.