#include <globals.h>
|
static void | Enable (std::string path) |
|
template<class... Args> |
static void | Log (Args &&... args) |
|
static VarType & | Get () |
|
static bool | HasScope () |
|
Definition at line 20 of file globals.h.
◆ Logger()
v8::internal::torque::Logger::Logger |
( |
| ) |
|
|
inline |
◆ ~Logger()
v8::internal::torque::Logger::~Logger |
( |
| ) |
|
|
inline |
◆ Enable()
static void v8::internal::torque::Logger::Enable |
( |
std::string | path | ) |
|
|
inlinestatic |
◆ Enabled()
static bool v8::internal::torque::Logger::Enabled |
( |
| ) |
|
|
inlinestaticprivate |
◆ Flush()
static void v8::internal::torque::Logger::Flush |
( |
| ) |
|
|
inlinestaticprivate |
◆ Log()
template<class... Args>
static void v8::internal::torque::Logger::Log |
( |
Args &&... | args | ) |
|
|
inlinestatic |
◆ Stream()
static std::ofstream & v8::internal::torque::Logger::Stream |
( |
| ) |
|
|
inlinestaticprivate |
◆ enabled_
bool v8::internal::torque::Logger::enabled_ |
|
private |
◆ logfile_
std::ofstream v8::internal::torque::Logger::logfile_ |
|
private |
The documentation for this class was generated from the following file: