Class KonsoleProtokoll

  • All Implemented Interfaces:
    java.io.Serializable

    public class KonsoleProtokoll
    extends Protokoll
    beschreibt die Protokollierung der Ausgabedaten eines Uda-Skripts auf der Konsole (Standardausgabe).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KonsoleProtokoll()
      Standardkonstruktor.
    • Method Summary

      Modifier and Type Method Description
      void abschliessen()
      schließt die Ausgabekanäle des entsprechenden Protokolls.
      void ausgeben​(ProtokollEintrag text)
      gibt die übergebenen Daten entsprechend der Protokollimplementierung aus.
      void initialisiere​(SkriptLauf lauf)
      initialisiert die Ausgabekanäle des entsprechenden Protokolls.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KonsoleProtokoll

        public KonsoleProtokoll()
        Standardkonstruktor.