public class OCastLogKt
Modifier and Type | Method and Description |
---|---|
static <T extends LoggableError> |
log(T $receiver)
Logs an error.
|
@NotNull public static <T extends LoggableError> T log(@NotNull T $receiver)
Logs an error.
T
- The type of the loggable error.