unjs / consola

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

Allow adding new line automatically when using logger like `consola.success` #188

Closed jd-solanki closed 1 year ago

jd-solanki commented 1 year ago

Describe the feature

Hi 👋🏻

I'm really loving this lib. I was using it and found that I have to add new line after consola.success like consola.success('operation completed\n').

Can we configure consola to auto inject new line for success or any other logger (maybe via createConsola)?

Additional information