Package se.ansman.kotshi.ksp
Class KspLoggersKt
-
- All Implemented Interfaces:
public final class KspLoggersKt
-
-
Method Summary
Modifier and Type Method Description final static UnitlogKotshiError(KSPLogger $self, KspProcessingError error)final static UnitlogKotshiError(KSPLogger $self, String message, KSNode node)final static UnitlogKotshiWarning(KSPLogger $self, String message, KSNode node)-
-
Method Detail
-
logKotshiError
final static Unit logKotshiError(KSPLogger $self, KspProcessingError error)
-
logKotshiError
final static Unit logKotshiError(KSPLogger $self, String message, KSNode node)
-
logKotshiWarning
final static Unit logKotshiWarning(KSPLogger $self, String message, KSNode node)
-
-
-
-