Difference between revisions of "MC-Basic:LOGGER"
m (Miborich moved page Axystems:MC-Basic:LOGGER to MC-Basic:LOGGER: Global renaming of Axystems: namespace into (Main):) |
|||
Line 35: | Line 35: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[Axystems:MC-Basic:COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER|COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER]] | * [[Axystems:MC-Basic:COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER|COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER]] | ||
− | * [[ | + | * [[MC-Basic:ONERROR|ONERROR]] |
* [[Axystems:MC-Basic:ONSYSTEMERROR|ONSYSTEMERROR]] | * [[Axystems:MC-Basic:ONSYSTEMERROR|ONSYSTEMERROR]] | ||
Revision as of 08:39, 22 May 2014
Logs an application exception. Only the actions of printing and logging the exception are performed. <error name> is the exception name defined by the user.
Syntax
Logger <error name>
Availability
All versions
Scope
Task or Terminal
Limitations
<error name>must be defined. Only the exception name is accepted as the argument.
Examples
Logger myerror
See Also
- [[Axystems:MC-Basic:COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER|COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER]]
- ONERROR
- ONSYSTEMERROR