invoke
Logs a message and optional exception with a given priority.
Parameters
priority
the log priority (Log.VERBOSE, Log.DEBUG, etc.)
message
the message to log
exception
optional exception to log
Logs a lazily evaluated message and optional exception with a given priority.
Parameters
priority
the log priority (Log.VERBOSE, Log.DEBUG, etc.)
message
lambda returning the message to log
exception
optional exception to log