Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabylonJS/BabylonNative
/ Log
Method
Log
Polyfills/Console/Source/Console.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void Console::Log(const Napi::CallbackInfo& info)
32
{
33
InvokeCallback(info, Babylon::Polyfills::Console::LogLevel::Log);
34
}
35
36
void Console::Warn(const Napi::CallbackInfo& info)
37
{
Callers
3
experience.js
File · 0.80
logFpsLoop
Function · 0.80
babylon.glTF2FileLoader.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected