Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
log.cc File Reference
#include "vm/log.h"
#include "vm/dart.h"
#include "vm/flags.h"
#include "vm/isolate.h"
#include "vm/thread.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Functions

 dart::DEFINE_FLAG (bool, force_log_flush, false, "Always flush log messages.")
 
 dart::DEFINE_FLAG (int, force_log_flush_at_size, 0, "Flush log messages when buffer exceeds given size (disabled when 0).")
 
 dart::DEFINE_FLAG (charp, isolate_log_filter, nullptr, "Log isolates whose name include the filter. " "Default: service isolate log messages are suppressed " "(specify 'vm-service' to log them).")
 
 dart::DEFINE_FLAG (charp, redirect_isolate_log_to, nullptr, "Log isolate messages into the given file.")