V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::Log::MessageBuilder Class Reference

Public Member Functions

 MessageBuilder (Log *log)
 
void AppendString (String str, base::Optional< int > length_limit=base::nullopt)
 
void AppendString (Vector< const char > str)
 
void AppendString (const char *str)
 
void AppendString (const char *str, size_t length)
 
void PRINTF_FORMAT (2, 3) AppendFormatString(const char *format
 
void void AppendCharacter (char c)
 
void AppendSymbolName (Symbol symbol)
 
template<typename T >
MessageBuilderoperator<< (T value)
 
void WriteToLogFile ()
 

Detailed Description

Definition at line 61 of file log-utils.h.


The documentation for this class was generated from the following files: