-
- All Implemented Interfaces:
-
com.kaspersky.kaspresso.logger.FormattedLogger,com.kaspersky.kaspresso.logger.Logger,com.kaspersky.kaspresso.logger.UiTestLogger
public final class UiTestLoggerImpl implements UiTestLogger
The default implementation of UiTestLogger using android.util.Log.
-
-
Constructor Summary
Constructors Constructor Description UiTestLoggerImpl(String tag)
-
Method Summary
Modifier and Type Method Description Uniti(String text)Info level of logging. Uniti(String tag, String text)Info level of logging with tag. Unitd(String text)Debug level of logging. Unitd(String tag, String text)Debug level of logging with tag. Unitw(String text)Warning level of logging. Unitw(String tag, String text)Warning level of logging. Unite(String text)Error level of logging. Unite(String tag, String text)Error level of logging with tag. Unitsection(String text)Draws up info i as section block. Unitheader(String text)Draws up info i as header block. Unitfooter(String text)Draws up info i as header block. Unitline()Draws line info. -
-
Constructor Detail
-
UiTestLoggerImpl
UiTestLoggerImpl(String tag)
-
-
-
-