Rate this page:

write

Copy URL
write(text: 

string

,
message:

string

):

void

|

void

Writes a message to the log. Logs are stored in the call history section. Writes a specified message to the session logger. Logs are stored in the call history.

Parameters

  • text:

    string

    Message to write. The maximum length is 1000 characters

  • message:

    string

    Message to write. Maximum length is 15000 characters

Returns

  • type:

    void

  • type:

    void