Changeset 14972 for trunk


Ignore:
Timestamp:
03/04/13 11:09:37 (12 years ago)
Author:
tbretz
Message:
Replaced dim.print by dim.log
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/doc/dim.js

    r14740 r14972  
    3030 *
    3131 * @example
    32  *     dim.print("Five="+5, "--- new line ---");
     32 *     dim.log("Five="+5, "--- new line ---");
    3333 *
    3434 */
    35 dim.print = function() { /* [native code] */ }
     35dim.log = function() { /* [native code] */ }
    3636
    3737/**
     
    3939 * Posts a message to the dim network with alarm severity.
    4040 *
    41  * Similar to dim.print, but the message is posted to the network
     41 * Similar to dim.log, but the message is posted to the network
    4242 * with alarm severity. This means that it is displayed in red
    4343 * and the smartfact web-gui will play an alarm sound.
Note: See TracChangeset for help on using the changeset viewer.