writelg
|
The writelg function evaluates and displays the value of the expression
{expr} followed by a newline character to the Analytic Information Server Lambda
Information Server log file. Upon the first writelg, for this execution, the AIS log file will be cleared.
Furthermore, as the AIS log file grows in size, it will periodically be
truncated on the left such that the AIS log file size never grows to be too large. Usage The writelg function is used to print a line to the AIS log file.
It behaves analogously to the writeln function.
(writelg expr ...)
Expression:
Arguments
Name
Type
Description Argument: expr Word
One or more Lisp expressions.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|