flog icon indicating copy to clipboard operation
flog copied to clipboard

Make flog an importable package

Open chaudum opened this issue 4 years ago • 1 comments

There are cases where you want to generate log lines directly in your application. Therefore it is necessary to make the module github.com/mingrammer/flog importable in other projects.

Moving the code that should be importable out of the main package into its own will allow others to use import flog.

Signed-off-by: Christian Haudum [email protected]

chaudum avatar Nov 22 '21 09:11 chaudum

Please resolve the conflict

mingrammer avatar Sep 19 '24 05:09 mingrammer