MC-Basic:LOGGER

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Logger ''<error name>'' |AVAILABILITY= All versions |DESCRIPTION= Logs an application exception. Only the actions of printing and logging the…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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