This enumerated type specifies the different types of logging messages.
Parameters
LOG_Error
Messages that explain an error that caused the program to stop.
LOG_Info
Messages that describe toolkit activities, such as loading a certificate from a file, setting default VA information, or sending a request to a VA.
LOG_Debug
Detailed information which usually accompanies an error message for example the value of some variables when an error occurred or information about each successfully called function.
LOG_VaData
Validation data that is either request data sent to a VA or response data received from a VA.
Notes
Log types are also used to specify the level of logging in the structure Vtk_LogOptions. Specifying a level will also include all logging below. For example specify the log level of LOG_Debug to include LOG_Debug, LOG_Info and LOG_Error messages. Specify log level of LOG_VaData to include all log messages.