Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs
log.h File Reference
#include "vm/allocation.h"
#include "vm/growable_array.h"
#include "vm/os.h"

Go to the source code of this file.

Classes

class  dart::Log
 
class  dart::LogBlock
 

Namespaces

namespace  dart
 

Macros

#define THR_Print(format, ...)   Log::Current()->Print(format, ##__VA_ARGS__)
 
#define THR_VPrint(format, args)   Log::Current()->VPrint(format, args)
 

Typedefs

typedef void(* dart::LogPrinter) (const char *data)
 

Macro Definition Documentation

◆ THR_Print

#define THR_Print (   format,
  ... 
)    Log::Current()->Print(format, ##__VA_ARGS__)

Definition at line 20 of file log.h.

◆ THR_VPrint

#define THR_VPrint (   format,
  args 
)    Log::Current()->VPrint(format, args)

Definition at line 23 of file log.h.