Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
log.cc File Reference
#include "tonic/common/log.h"
#include <cstdarg>
#include <cstdio>
#include <memory>

Go to the source code of this file.

Namespaces

namespace  tonic
 

Functions

void tonic::Log (const char *format,...)
 
void tonic::SetLogHandler (std::function< void(const char *)> handler)