Difference between revisions of "MC-Basic:LOGGER"
(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…') |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 34: | Line 34: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[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]] |
− | * [[ | + | * [[MC-Basic:ONSYSTEMERROR|ONSYSTEMERROR]] |
+ | [[Category:MC-Basic:Error Handling|LOGGER]] | ||
}} | }} |
Latest revision as of 15:54, 14 January 2019
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