Log Open() Method

(SBM On-Premise only) Opens the log object pointing to file "s".

Function Signature

 bool Open( s )

Parameters

Parameter Type Description

s

string

"s" contains the file name and sub-path (if desired) to be appended to the Application Engine "log" folder path.

Return

Type Description

bool

Returns true if successful.

Technical Details

SBM ModScript version: 11.3.

Example

See Log Message() Method.

Notes

If a sub-path is requested, that folder must already exist on the OS.

Related Topics

Log