![]() | Syntax |
---|---|
LogRuleAST ::= log ( LogLevelAST , ArithmeticTermAST ) ; LogLevelAST ::= debug | info | warning | error | fatal |
![]() | 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 |
Defined In: simple rule
See Also: print rule