log.fatal

From RPTools Wiki
Revision as of 15:25, 19 April 2019 by Phergus (talk | contribs) (Created page with "{{MacroFunction |name=log.fatal |trusted=true |version=1.5.2 |description= Writes a message to the log at the FATAL logging level. |usage= <source lang="mtmacro" line> log.fa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

log.fatal() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.5.2
Writes a message to the log at the FATAL logging level.

Usage

log.fatal(message)

Parameters

  • message - A string containing the message to be logged.

Example

Output a message to the macro-logger at the FATAL level.
[h: log.fatal("Well I'd say she certainly had marvelous judgement, Albert, if not particularly good taste.")]

Returns:

Empty string to calling macro. Output is in log file.

1975-03-15 09:19:22.846 [AWT-EventQueue-0] FATAL macro-logger - Well I'd say she certainly had marvelous judgement, Albert, if not particularly good taste.

See Also