|
![]() |
![]() |
version 2003
PA_PerformLogAction (logtag; logdata; logdatalen)
Parameter | Type | Description | |
logtag | PA_LogTag* | → | Current log tag |
logdata | char * | → | Pointer to the data |
logdatalen | long | → | Size of logdata in bytes |
Description
The routine
PA_PerformLogAction
asks 4D to perform the action described in the given
logtag
. This routine can typically be called if you want to write an application that integrates the content of a logfileinto a database. It may be useful for a backup application or for synchronizing databases.
See Also
Error Handling
Use
PA_GetLastError
to see if an error occurred