an individual object log entry More...
#include <structs.h>
Public Member Functions | |
grt::DictRef | customData () const |
Getter for attribute customData (read-only). | |
grt::IntegerRef | entryType () const |
Getter for attribute entryType. | |
virtual void | entryType (const grt::IntegerRef &value) |
Setter for attribute entryType. | |
Protected Attributes | |
grt::DictRef | _customData |
Getter for attribute name. |
an individual object log entry
grt::DictRef customData | ( | ) | const |
Getter for attribute customData (read-only).
virtual void entryType | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute entryType.
type of the log entry, 0 for a normal message, 1 for a warning and 2 for an error
grt::IntegerRef entryType | ( | ) | const |
Getter for attribute entryType.
type of the log entry, 0 for a normal message, 1 for a warning and 2 for an error
grt::DictRef _customData [protected] |
Getter for attribute name.
the log message