-
- All Implemented Interfaces:
public final class StreamLogExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static UnitstreamLog(Object $self, Priority priority, String tag, Throwable throwable, Function0<String> message)Low-level logging call extension. final static Lazy<TaggedLogger>taggedLogger(Object $self, String tag)Return TaggedLogger lazily. -
-
Method Detail
-
streamLog
final static Unit streamLog(Object $self, Priority priority, String tag, Throwable throwable, Function0<String> message)
Low-level logging call extension.
- Parameters:
priority- The priority/type of this log message.tag- Used to identify the source of a log message.throwable- An exception to log.message- The message you would like logged.
-
taggedLogger
final static Lazy<TaggedLogger> taggedLogger(Object $self, String tag)
Return TaggedLogger lazily.
- Parameters:
tag- Used to identify the source of a log message.
-
-
-
-