DescriptionFirst step in refactoring the logging system to allow the logging messages to have other destinations than an open file.
This change introduces a log message builder which builds the log message in a static string buffer instead of formatting the log message through fprintf. Currently this message can only be written to a file afterwards.
Changed the code related events to use the log message builder.
Committed: http://code.google.com/p/v8/source/detail?r=1284
Patch Set 1 #Patch Set 2 : '' #
Total comments: 6
Patch Set 3 : '' #Messages
Total messages: 3 (0 generated)
|