log.warn

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

log.warn() 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 WARN logging level.

Usage

log.warn(message)

Parameters

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

Example

Output a message to the macro-logger at the WARN level.
[h: log.warn("Go away or I shall taunt you a second time!")]

Returns:

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

2019-04-19 08:59:39.211 [AWT-EventQueue-0] WARN  macro-logger - Go away or I shall taunt you a second time!

See Also