Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
logger.h File Reference
#include <sstream>
#include <string>
#include "flutter/fml/logging.h"

Go to the source code of this file.

Classes

class  impeller::compiler::AutoLogger
 

Namespaces

namespace  impeller
 
namespace  impeller::compiler
 

Macros

#define COMPILER_ERROR(stream)    ::impeller::compiler::AutoLogger(stream) << GetSourcePrefix()
 
#define COMPILER_ERROR_NO_PREFIX(stream)    ::impeller::compiler::AutoLogger(stream)
 

Macro Definition Documentation

◆ COMPILER_ERROR

#define COMPILER_ERROR (   stream)     ::impeller::compiler::AutoLogger(stream) << GetSourcePrefix()

Definition at line 39 of file logger.h.

◆ COMPILER_ERROR_NO_PREFIX

#define COMPILER_ERROR_NO_PREFIX (   stream)     ::impeller::compiler::AutoLogger(stream)

Definition at line 42 of file logger.h.