[This is preliminary documentation and is subject to change.]

The Log type exposes the following members.

Methods

  Name Description
HandlerIsSet
Determines if the OnLogEntryAdded event has any events assigned to it.
ShowChangeLog
Shows a small form with the Change Log of this GUISS library. Form is shown via ShowDialog().
Write
Write an entry into the GUISS log. If OnLogEntryAdded isn't assigned, nothing happens.

Properties

  Name Description
ChangeLog
Returns a string containing the GUISS Change Log.

Events

  Name Description
OnLogEntryAdded
Gets called when a log entry is added.

See Also