Optionalize logging of console version, and add to API
See original GitHub issueFor https://github.com/bldrs-ai/ifctool we’re invoking web-ifc in a command line tool. In this setting the web-ifc version log corrupts the process output.
I realize it’s useful for web console to help people submit bug reports. Maybe it can be optionalized with a flag:
new WebIFC.IfcAPI({debugLogging: false}) // don't log version
We still do need the version info though, and would like to access it via an API method, e.g.:
getVersion: string
I’m having trouble building web-ifc currently or would submit myself. Will try to get this working later tho.
Issue Analytics
- State:
- Created a year ago
- Comments:20 (12 by maintainers)
Top Results From Across the Web
console.log() - Web APIs - MDN Web Docs
The console.log() method outputs a message to the web console. The message may be a single string (with optional substitution values), ...
Read more >8 Console API Functions Other Than Console.log()
The Console API's most commonly used method is undoubtedly console.log. ... Note: All methods are available in NodeJS as of version 10.0.0 ...
Read more >Logging - .NET - Microsoft Learn
This article shows how to use the logging API with built-in providers. The logging providers are responsible for determining where logs are ...
Read more >Console | Node.js v19.3.0 Documentation
A Console class with methods such as console.log() , console.error() , and console.warn() that can be used to write to any Node.js stream....
Read more >Log messages in the Console - Chrome Developers
It assumes that you understand the fundamentals of web development, such as how to use JavaScript to add interactivity to a page. #...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
::done
On Mon, Oct 17, 2022 at 12:25 PM Antonio González Viegas < @.***> wrote:
– interweb homepage http://sites.google.com/site/pablomayrgundter
Oh hey, I think this was finished in https://github.com/IFCjs/web-ifc/pull/261. Please close!
On Tue, Nov 8, 2022 at 1:00 AM Antonio González Viegas < @.***> wrote:
– interweb homepage http://sites.google.com/site/pablomayrgundter