LogWindow:
Filter:
Log/Classes (extension) | GUI

LogWindow
ExtensionExtension

A window to display Log entries

Description

LogWindow provides a simple window to display Log events. LogWindow's remember their bounds and position.

Class Methods

.new

Usage follows Singleton: *new. See examples below.

Arguments:

name

Name of the LogWindow (see Singleton: *new)

logArray

A Symbol or Array of Symbol's referring to a name or names of Logs.

Instance Methods

.clear

Clear the window.

.front

Bring the LogWindow to front.

.close

Disconnect and close the LogWindow.

Examples