-
public interface StreamLoggerLow-level Logger interface.
-
-
Method Summary
-
-
Method Detail
-
log
abstract Unit log(Priority priority, String tag, String message, Throwable throwable)
Low-level logging call.
- Parameters:
priority- The priority/type of this log message.tag- Used to identify the source of a log message.message- The message you would like logged.throwable- An exception to log.
-
-
-
-