tracespace / gerber-to-svg

gerber-to-svg development moved to tracespace/tracespace
https://github.com/tracespace/tracespace
MIT License
81 stars 17 forks source link

replace console.log and console.warn #14

Closed mcous closed 9 years ago

mcous commented 9 years ago

I'd like to see the logging and warning functions as options that get passed in (but default to console.log and console.warn), so an application could collected warnings and logs instead of having them sent straight to the console.

I think this would definitely help a browser based gerber processing application.