openLog
|
The openLog function writes the displayed string on the console to a new or an existing file.
If the file is existing, it maybe cleared of its contents by having an argument clear:. If the file is existing
by default it will append the displayed strings. Timestamps may or may not be written for each displayed line
by having timing: or notiming: as an argument. Only one log may be opened for each context. Usage Use the openLog function to write the displayed console lines to a log file.
(openLog aFilename [options] [aNote]) Returns the Boolean value true, or false if an error occurred. This function will also return false if
a log file is already open.
Expression:
Arguments
Name
Type
Description Argument: aFilename String
The name of the log file. Argument: clear: Symbol
Symbollic argument to clear an existing file before writing the log. Argument: timing: Symbol
Symbollic argument to include the timestamp on each line for the log. Argument: notiming: Symbol
Symbollic argument to not include the timestamp on each line for the log. Argument: aNote String
Optional information to be written to the log.
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.
String | Symbol |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|