Flutter Engine
The Flutter Engine
|
#include "flutter/fml/log_settings.h"
#include <fcntl.h>
#include <algorithm>
#include <cstring>
#include <iostream>
#include <limits>
#include "flutter/fml/build_config.h"
#include "flutter/fml/log_level.h"
#include "flutter/fml/logging.h"
Go to the source code of this file.
Namespaces | |
namespace | fml |
namespace | fml::state |
Functions | |
void | fml::SetLogSettings (const LogSettings &settings) |
LogSettings | fml::GetLogSettings () |
int | fml::GetMinLogLevel () |
Variables | |
LogSettings | fml::state::g_log_settings |