nomoixyz / vulcan

Development framework for Foundry projects
https://nomoixyz.github.io/vulcan/
MIT License
285 stars 19 forks source link

Provide file level function for base console logs #120

Closed vdrg closed 1 year ago

vdrg commented 1 year ago

Same as explained in https://github.com/foundry-rs/forge-std/blob/7b4876e8de2a232a54159035f173e35421000c19/src/StdUtils.sol#L187

We probably don't want to compile the whole Console.sol contract when importing things like println, so we should have a separate function for this.