Public methods

className

const char* className() const

Returns the name of the class with which the message is associated, if any. If there is no name to return, a null pointer is returned.

methodName

const char* methodName() const

Returns the name of the method with which the message is associated, if any. If there is no name to return, a null pointer is returned.

number

unsigned short number() const

Returns the number of the message.

summary

const char* summary()

Returns the text of the message.

text

const char* text() const

Returns the text of the message in the same way as summary.

[[ Contents Previous Page | Next Page Index ]]