PA_PerformLogAction

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_PerformLogAction (logtag; logdata; logdatalen)

ParameterTypeDescription
logtagPA_LogTag* Current log tag
logdatachar *Pointer to the data
logdatalenlongSize 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

PA_PerformLogAction.

Error Handling

Use PA_GetLastError to see if an error occurred


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next