Quantcast

Defer creating strings until the actual Print/Log/Error methods.

Author Johnny C. Lam <jlam88@gmail.com>
Author date 2013-03-28 04:34:49
Author local date 2013-03-28 04:34:49 +0000
Committer Johnny C. Lam <jlam88@gmail.com>
Committer date 2013-03-28 04:34:49
Committer local date 2013-03-28 04:34:49 +0000
Commit 59baeff2bd9bda6987d04db35518a94830313560
Tree 50fa0824cf4d9b325221a8b02945060e30dc2e76
Parent bbd2cb095d9b4bd8e7d7834ed17c399c0c59af81
Defer creating strings until the actual Print/Log/Error methods.

Add new methods to Ovale -- Logf, Errorf, DebugPrintf -- that take a
format string and arguments for interpolation, much like the standard
AceConsole-3.0 Printf method.  Use the new methods in place of Log, Error,
DebugPrintf so that the actual creation of strings is deferred until the
arguments are interpolated into the format string within the new methods.

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@843 d5049fe3-3747-40f7-a4b5-f36d6801af5f