A
C
D
E
G
I
K
L
P
S
T
U
V
W
I
- i(java.lang.String,kotlin.jvm.functions.Function0) - function in io.getstream.log.StreamLog
- Send a INFO log message.
- i(kotlin.jvm.functions.Function0) - function in io.getstream.log.TaggedLogger
- Send a INFO log message.
- INFO - enum entry in io.getstream.log.Priority
Priority for the StreamLogger.log method; use StreamLog.i.
- install(io.getstream.log.StreamLogger) - function in io.getstream.log.StreamLog
- Installs a new StreamLogger implementation to be used.
- io.getstream.log - package io.getstream.log
- io.getstream.log.helper - package io.getstream.log.helper
- io.getstream.log.kotlin - package io.getstream.log.kotlin
- isInstalled() - function in io.getstream.log.StreamLog
- Represent a StreamLogger is already installed or not.
- isLoggable(io.getstream.log.Priority,java.lang.String) - function in io.getstream.log.IsLoggableValidator
- Validates priority and tag of a message you would like logged.
- IsLoggableValidator - class in io.getstream.log
- Validates if message can be logged.