LassoScript Utility
Basics Browse Detail

[Log_SQL]

Tag Link [Log_SQL] Category Utility
Type Process Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[Log_SQL] logs an error message at the action statement log level. This log level should be used to log the action statements generated by a data source. This log level is used internally by the built-in data sources and can also be used by third-party data sources.

Syntax

[Log_SQL: 'MyCustomDS generated: SELECT * FROM database.table']

Parameters

Required Parameters
String The string to be logged at the action statement level.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.