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 logsourceSource or call of the error message
STRING messageError mesage in text, should be understandable by sysop users
RECORD dataSystem-parseable error context
Description
Log a message indicating an important issue, that should probably be dealt with when convenient ("ACT LATER")