LogWarning (open)
Log a warning to the 'notice' log
Syntax
LOADLIB "mod::system/lib/logging.whlib";
MACRO LogWarning(STRING logsource, STRING message, RECORD data)
Parameters
STRING logsource
Source or call of the error message
STRING message
Error mesage in text, should be understandable by sysop users
RECORD data
System-parseable error context
Description
Log a message indicating an important issue, that should probably be dealt with when convenient ("ACT LATER")