Previous Topic: CaString GetMessage(void)

Next Topic: CaForm


void LogMessage(void)

Logs the full formatted message to the static ostream set in the CaHarvest object.

Owning Class

CaException

Arguments

None

Return Value

None

Example

CaException ex(HSDKKEYVALUE, 1, “arg2”, “arg3”, 4, NULL); ex.LogMessage();

More information: