Logging speed improvements.

We now use Google's replacement functions for slow printf-based
num-to-ascii conversion.
This commit is contained in:
Robin Sommer 2011-10-06 15:55:45 -07:00
parent 3ecd872291
commit 8aaccf1c95
8 changed files with 426 additions and 9 deletions

View file

@ -120,6 +120,8 @@ public:
int Len() const { return offset; }
void Clear();
protected:
void Indent();