action_="log"
<do action_="log">
sends a message to the
1010data system logger. (Available as of version 10.23)
Syntax
<dynamic> <do action_="log" key_="[KEY]" data_="[DATA]"/> </dynamic>
Attributes for action_="log"
key_
- Specifies a key that should identify the application sending the data.
data_
- Accepts a text string or any other type of data to log.Note: Because the logger is a shared resource for the entire environment, great care should be taken in keeping the size of the data as small as possible.