-
public class InternalLogger.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final InternalLoggerUNBOUNDpublic final static InternalLogger.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final InternalLoggergetUNBOUND()Logger for the cases when SDK instance is not yet available. -
-
Method Detail
-
getUNBOUND
final InternalLogger getUNBOUND()
Logger for the cases when SDK instance is not yet available. Try to use the logger provided by FeatureSdkCore.internalLogger instead if possible.
-
-
-
-