Hallo zusammen, Ich möchte eine bestimmte 'name' Protokolldatei erstellen. Was ich bis jetzt tue: $coo_stop_watch = LogControl::get_instance()->get_stop_watch(); $coo_stop_watch->start('name-logs'); LogControl::get_instance()->fetch_configuration("myGroup_log", false); dann: LogControl :: get_instance () -> notice("Message.", 'myGroup_log', 'name-logs'); LogControl :: get_instance () -> error("Message.", 'myErrGroup_log', 'name-ERR-logs'); Wo sollte ich die Gruppe erstellen? Existiert Dokus für dieses LogControl? Wie kann man diese Klasse richtig verwenden? Danke schön in Voraus.