Uses of Class
org.autogui.base.log.GuiLogManager
Packages that use GuiLogManager
-
Uses of GuiLogManager in org.autogui.base.log
Subclasses of GuiLogManager in org.autogui.base.logFields in org.autogui.base.log declared as GuiLogManagerModifier and TypeFieldDescriptionprotected GuiLogManager
GuiLogManager.LogOutputStream.manager
protected GuiLogManager
GuiLogManager.LogUncaughtHandler.manager
protected static GuiLogManager
GuiLogManager.manager
Methods in org.autogui.base.log that return GuiLogManagerModifier and TypeMethodDescriptionstatic GuiLogManager
GuiLogManager.get()
GuiLogManager.LogPrintStream.getManager()
GuiLogManager.LogUncaughtHandler.getManager()
Methods in org.autogui.base.log with parameters of type GuiLogManagerConstructors in org.autogui.base.log with parameters of type GuiLogManagerModifierConstructorDescriptionLogOutputStream
(GuiLogManager manager) LogOutputStream
(GuiLogManager manager, OutputStream out) LogOutputStream
(GuiLogManager manager, OutputStream out, GuiLogManager.LogStreamType outType) LogPrintStream
(GuiLogManager manager) LogPrintStream
(GuiLogManager manager, OutputStream out) LogPrintStream
(GuiLogManager manager, PrintStream original, OutputStream out, GuiLogManager.LogStreamType outType) LogUncaughtHandler
(GuiLogManager manager, Thread.UncaughtExceptionHandler handler) -
Uses of GuiLogManager in org.autogui.swing.log
Subclasses of GuiLogManager in org.autogui.swing.logFields in org.autogui.swing.log declared as GuiLogManagerModifier and TypeFieldDescriptionprotected GuiLogManager
GuiSwingLogEntryString.GuiSwingLogStringRenderer.manager
Methods in org.autogui.swing.log that return GuiLogManagerModifier and TypeMethodDescriptionGuiSwingLogManager.setupConsole
(boolean replaceError, boolean replaceOutput, boolean uncaughtHandler, boolean redirectToConsole) GuiSwingLogManager.setupConsole
(boolean replaceError, boolean replaceOutput, boolean uncaughtHandler, boolean redirectToConsole, boolean suppressOutputRedirection) controls logging redirection.GuiSwingLogManager.setupConsoleWithDefaultFlags()
the method callsGuiSwingLogManager.setupConsole(boolean, boolean, boolean, boolean, boolean)
with reading following properties with conjunction of static fields.Constructors in org.autogui.swing.log with parameters of type GuiLogManagerModifierConstructorDescriptionGuiSwingLogStringRenderer
(GuiLogManager manager, GuiSwingLogEntry.ContainerType type)