Log
public class Log extends AbsScene
Dialog zum Darstellen der Log Infos.
public static void start(String icon)
Startet das Log.
public static void log(String content, String type)
Loggt den Inhalt (falls vorhanden) mit dem gegebenen Typ.
- Parameters:
content
— zu loggender Inhalttype
— "DEBUG", "INFO", "WARN" oder "ERROR"