LassoScript Utility
Basics Browse Detail

[Log_Deprecated]

Tag Link [Log_Deprecated] Category Utility
Type Substitution 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_Deprecated] logs an error message at the deprecated log level. This log level should be used for functionality that has been deprecated and should be updated to preferred syntax. This tag is used internally to flag deprecated functionality, but can be used by third-party tags as well.

Note: Individual custom tags can also set the -Deprecated keyword when they are defined in order to automatically generated a deprecation warning message.

Syntax

[Log_Deprecated: 'Warning: This tag has been deprecated. Use this other tag instead.']

Parameters

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

Examples

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