Actions

Difference between revisions of "LOG - Send text to exchange’s log port (including date/time)"

From Zenitel Wiki

(Example)
(Example)
Line 6: Line 6:
  
 
  LOG "Door A2 open"
 
  LOG "Door A2 open"
  The output will be: Dec 18 13:32:18 src@AlphaCom AlphaLog: N001.D065:.Exch: Door A2 open
+
  The output to the System log will be: Dec 18 13:32:18 src@AlphaCom AlphaLog: N001.D065:.Exch: Door A2 open
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]
 
[[Category:Built-In Action Commands]]
 
[[Category:Built-In Action Commands]]

Revision as of 15:55, 6 January 2009

Syntax

LOG <"free text"> 

Example

LOG "Door A2 open"
The output to the System log will be: Dec 18 13:32:18 src@AlphaCom AlphaLog: N001.D065:.Exch: Door A2 open