This is a set of Subs that I use in a lot of my personal macros. Most of the items are to make it easier to send a message to the chat log. The different types of messages are:
LogMessage - A standard message with the macroname in front.
LogWarning - A warning message with WARNING in front
LogError - An error message with ERROR in the front
LogFatalError - Log an error message and stop the macro
LogDebug - A message with DEBUG in the front that only displays if a variable is set with Debug<YourMacroName>
There are also a couple plugin loaders and a SetMacroName function that probably no one else will ever use.
LogMessage - A standard message with the macroname in front.
LogWarning - A warning message with WARNING in front
LogError - An error message with ERROR in the front
LogFatalError - Log an error message and stop the macro
LogDebug - A message with DEBUG in the front that only displays if a variable is set with Debug<YourMacroName>
There are also a couple plugin loaders and a SetMacroName function that probably no one else will ever use.