charmbracelet / log

A minimal, colorful Go logging library 🪵
MIT License
2.4k stars 67 forks source link

feat(calleroffset): added option to config custom caller offset #54

Closed waffle69691337 closed 1 year ago

waffle69691337 commented 1 year ago

@aymanbagabas hey, first pr I ever created on open source, project. really love this logger and I would like to add this functionality to it :)

aymanbagabas commented 1 year ago

Hi @waffle69691337 what's your use case for this?

waffle69691337 commented 1 year ago

Hi @waffle69691337 what's your use case for this?

We wrap the logger, with our own logger, so currently the caller always contains the logger.go file

aymanbagabas commented 1 year ago

@waffle69691337 Thank you for your contribution. This is now part of v0.2.2