Uses of Class
adams.core.logging.ConsoleLoggingObject
-
Packages that use ConsoleLoggingObject Package Description adams.gui.flow.tree.record.add adams.gui.flow.tree.record.enclose -
-
Uses of ConsoleLoggingObject in adams.gui.flow.tree.record.add
Subclasses of ConsoleLoggingObject in adams.gui.flow.tree.record.add Modifier and Type Class Description class
AbstractRecordActorAdded
Ancestor schemes that record when an actor got added.class
MostCommon
Maintains a top X list of actors that were added.class
SimpleLog
Simply logs what actors got added. -
Uses of ConsoleLoggingObject in adams.gui.flow.tree.record.enclose
Subclasses of ConsoleLoggingObject in adams.gui.flow.tree.record.enclose Modifier and Type Class Description class
AbstractRecordActorEnclosed
Ancestor schemes that record when actor(s) got enclosed.class
MostCommon
Maintains a top X list of actor handlers that were used to enclose actors.class
SimpleLog
Simply logs what actors get enclosed.
-