Add possibility to set skip parameter
hansbogert opened this issue · 0 comments
hansbogert commented
In our code base we are wrapping gommon.Log, however when looking at the log output, the referencing sourcecode and line number are incorrect, since gommon.Log uses a hardcoded skip parameter.
Can we make this parameter public, or make a method to be able to change that?