}}
The WriteLogEntry Activity writes a log message to the {{UBIK}} logging mechanism.
==Arguments==
! Argument!! Type !! Direction !! Purpose
|- align="left"
| UBIKObject|| BaseClass || In || A An {{UBIK }} object
|- align="left"
| LogId|| {{Integer }} || In || A user defined id to use for this log entry
|- align="left"
| Text || String {{Text}} || In || The message text to be written in the log entry
|- align="left"
| Title || String {{Text}} || In || The title of the log entry
|- align="left"
| Result|| {{Boolean }} || Out || Returns True on success, false on error
|}
==Usage==
This activity is typically used to write informations to information into a log file to document certain events like failures together with object properties etc. during the execution of a workflow. The location for this logfile can be configured by the user by editing the Application Configuration for logging in UBIK.Studio or the [[UBIK_Web_Service_Configuration| Web Service Configuration]].
{{Hint|Once your workflow runs smoothly, consider removing frequently appearing log entries you needed during the design phase. Please be aware that the intense use of log output needs system resources and can generate confusing amounts of information!}}