Log SetWantTimeStamp() Method

(SBM On-Premise only) Adds timestamps to log entries.

Function Signature

 bool SetWantTimeStamp( bool value )

Parameters

Parameter Type Description

value

bool

Pass true to add timestamps to log entries. The default is true.

Return

Type Description

bool

Returns the bool value passed in.

Technical Details

SBM ModScript version: 11.3.

Example

See Log Message() Method.

Notes

None.

Related Topics

Log