Package 

Interface FormattedLogger

    • Method Summary

      Modifier and Type Method Description
      abstract Unit section(String text) Draws up the text as a section block.
      abstract Unit header(String text) Draws up the text as a header block.
      abstract Unit footer(String text) Draws up the text as a header block.
      abstract Unit line() Draws a line.
      • 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