unjs / consola

🐨 Elegant Console Logger for Node.js and Browser
Other
5.78k stars 165 forks source link

console.only(...) #258

Open o-az opened 7 months ago

o-az commented 7 months ago

Describe the feature

Just like test.only but for logging

Additional information

pi0 commented 7 months ago

test.only means only log one statement is that what you want from this feature? (It seems too specific, would you care explaining usecases you are thinking about?)