java.lang.Object
org.autogui.base.log.GuiLogEntryString
- All Implemented Interfaces:
GuiLogEntry
- Direct Known Subclasses:
GuiSwingLogEntryString
a log-entry for a string
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGuiLogEntryString
(String data) GuiLogEntryString
(String data, boolean fromStandard) GuiLogEntryString
(Instant time, String data) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.autogui.base.log.GuiLogEntry
isActive
-
Field Details
-
time
-
data
-
fromStandard
protected boolean fromStandard- Since:
- 1.1
-
-
Constructor Details
-
GuiLogEntryString
-
GuiLogEntryString
- Parameters:
data
- the entry stringfromStandard
- whether data comes fromSystem.out
- Since:
- 1.1
-
GuiLogEntryString
-
-
Method Details