Package 

Class UiTestLoggerImpl

  • 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.

    • Method Summary

      Modifier and Type Method Description
      Unit i(String text) Info level of logging.
      Unit i(String tag, String text) Info level of logging with tag.
      Unit d(String text) Debug level of logging.
      Unit d(String tag, String text) Debug level of logging with tag.
      Unit w(String text) Warning level of logging.
      Unit w(String tag, String text) Warning level of logging.
      Unit e(String text) Error level of logging.
      Unit e(String tag, String text) Error level of logging with tag.
      Unit section(String text) Draws up info i as section block.
      Unit header(String text) Draws up info i as header block.
      Unit footer(String text) Draws up info i as header block.
      Unit line() Draws line info.
      • Methods inherited from class com.kaspersky.kaspresso.logger.FormattedLogger

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait