Flutter Engine
The Flutter Engine
|
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) |