Schnittstelle ILogger


public interface ILogger
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    log(LogType logType, String message)
    Logs a message with the given log type.
    void
    Jump to the next line.
  • Methodendetails

    • log

      void log(LogType logType, String message)
      Logs a message with the given log type.
      Parameter:
      logType - the type of the log
      message - the log message
    • newLine

      void newLine()
      Jump to the next line.