Toolkit Reference |
This function writes a message into the log file or invokes any specified application specific WriteLog callback function.
An application can use this function to put extra information into the log file that was opened by the Vtk_OpenLog function. The default Toolkit implementation is to write a message to the log file in the following format:
LogType: Timestamp MessageDescription
Parameters
pCtxt
A pointer to the Toolkit context.
type
The type of log message (see the enumerated type Vtk_CtxtLogType for details).
pMsg
The log message.
Notes
To provide an alternate log writing function define Vtk_OpenLogCallback, Vtk_CloseLogCallback, and Vtk_WriteLogCallback.
ValiCert, Inc. http://www.valicert.com Voice: +1.650.567.5469 Fax: (+1.650.254.2148 support@valicert.com |