To print a message with AceConsole i'll do self:Print("foobar"). But what about Error-Messages, or Warnings. I Miss the self.cmd:Error() method from Ace1. Are there any plans to implement some methods like self:Error(), self:Info(), self:Warning() in AceConsole or do I have to use some self:CustomPrint() calls with a lot of default-parameter just for printing an error/info/warning :( ?
AceConsole-2.0 and missing print-methods