Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Grant_Mericle_1's avatar
Grant_Mericle_1
Icon for Nimbostratus rankNimbostratus
Aug 17, 2017

Where does iCall 'puts' output go to?

I see several iCall examples using the 'puts' command for logging but I can't find where the output goes.

 

1 Reply

  • Hi,

    "puts" is a tcl command that write string into a channel.

    You can type

    man puts
    it will gives you all info regarding this tcl based command.

    puts ?-nonewline? ?channelId? string

    If no "ChannelID" is specified in arguments, it will print the string to "stdout"

    Check also this

    Hope it helps

    Regards