Skip to main content
Home
ComScript Manual

Search form

Main menu

  • Home
  • collect

You are here

Home » ComScript Manual » Commands » General
  • ComScript Manual
    • What is ComScript
    • Profiles
    • Device and Connection Types
    • Commands
      • Profile setup
      • Device Communication
      • Data Parsing and Testing
      • Email and File Transfer
      • File Handling Operations
      • File Read and Write
      • General
        • general attributes
        • kill
        • log
        • multitask
        • run
      • Hex and Decimal Conversion
      • Loops and Conditional Expressions
      • Math
      • Time, Date and Timing
      • Variables
    • Profile Editor
    • Variables
    • Data Parsing
    • Data Interface
    • Arrays
    • Binary and Hex Comms
    • Timing and Intervals
    • Execution speed
    • Terminal Emulator
    • Support

log

log

Writes a message to the console and the profile's log file. Ascii codes wrapped in { } and variables wrapped in [ ] will be substituted.

Attributes:

message: the message to be logged

Examples:

<log message="Hello World!" />
<log message="The value of X equals [X]{13}" />
‹ kill up multitask ›
Powered by Drupal