[Log_Detail] logs a string parameter to Lasso's internal error logs flagged as a Detail message. By default, the message will only be logged to the console. However, the global administrator can change the routing of errors in the Monitor > Log Book > Settings page in Lasso Administration. [Log_Detail] should be used to log detailed information about the operation of your tag or Web site. Detail messages are informative and do not necessarily indicate that an error has occured.
Log_Detail('Message')
This example logs the IP address and username of each user requesting a page in a custom solution to Lasso's internal error logs with an error level of Detail.
Code
Log_Detail(Client_Username + ' at ' + Client_IP)
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments