log_message(key, message, status=None, category="default")
Log a message which will be seen by all who are subscribed to
the message "key". Messages are often JSON strings of data.
key - unique key for this message
message - the message to be sent
status - arbitrary status for this message
category - value to categorize this message
string - "OK"