This class represents a graphical window, in which some kind of messages are written, which a developer want to appear at run-time. It provides log levels with increasing severity (from debug to critical), so you can choose, which messages you want to see.
| private Integer Threshold  | 
This attribute indicates the number of messages, which are hold inside this window (and can therefore be displayed). If more messages are put into, the first messages are thrown away.
| private Integer Log_Level  | 
Indicates, which messages should displayed
| private Gtk.Window.Gtk_Window Window  | 
The Window, which represents the Error_Console
| private Gtk.CList.Gtk_CList CList  | 
| private OpenCAGE.GUI.Debug.Radio_Buttons Buttons  | 
The Buttons, which are displayed at the top of the Error_Console
array(1..5) of Gtk.Radio_Buttons.Gtk_Radio_Buttons