[mm_logpagename]

Description

Link: [mm_logpagename]
Author: Miles
Category: Utility
Version: 8.x
License: Public Domain
Posted: Jan. 30, 2006
Updated: May. 05, 2006
More by this author...
This tag when saved as a lasso file, then run in your lasso startup folder, will display the path and page name of whatever lasso page that is being run to generate whatever queries and errors. Very useful for basic error detection. thanks to Kyle Jessup for his assistance in getting this out.

Parameters

none


Sample Usage

none needed.
						

Source Code

Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
1
2
3
4
5
6
7
8
9
10
11
12
<?LassoScript

define_atbegin(
{
define_atend(
{
log_detail(response_localpath ': ' (_date_msec - $start_time));
} );
var('start_time' = _date_msec);
} );

?>

 

Comments

none

Email:


Password:



Newest

Most Popular