4.2.7. Log Rule

[Tip]Description

The log rule prints a message into the Eclipse Error Log.

[Important]Syntax
LogRuleAST ::= log ( LogLevelAST , ArithmeticTermAST ) ;

LogLevelAST ::= debug | info | warning | error | fatal
[Note]Semantics

The log rule evaluates its argument termand prints the resulted value to the Error Log View, which is a general Eclipse view.

The log level of the message can be debug, info, warning, erroror fatal. This determines how Eclipse handles and represents the message.

Defined In:  simple rule

See Also:  print rule