TCL Logging commands

Inhalt

Index

Commands

ABMINFO str1 str2 ...

ABMERROR str1 str2 ...

ABMWARN str1 str2 ...

ABMDEBUG str1 str2 ...

Description

Typed messages can be sent. These are displayed in the Allplan Bridge/Civil logging window. These messages are helpful to develop and check your own scripts. The command names contain the type of the message. Allplan Bridge/Civil Logging recognizes these types during filtering and highlighting.

Arguments

Minimum quantity: 1

The command name is followed by any number of strings. To format an output, the TCL command [format ...] must be used. This command is described in detail in the official TCL pages. The syntax follows the known C++ syntax.

Scopes

All

Examples

ABMINFO "Hello world!" "Here I am."

ABMWARN [format "I am already working %d hours on the problem." 3]



Allplan

(C) ALLPLAN GmbH

Privacy policy