mingrammer / flog

:tophat: A fake log generator for common log formats
MIT License
1.12k stars 135 forks source link

Allow to be imported as importable package #64

Open alexsapran opened 3 months ago

alexsapran commented 3 months ago

It would be nice to import Flog in my application as an importable package and trigger it from within my code.

This is useful when running some integration tests that flog is executed before the test.

mingrammer commented 2 months ago

Still in needs?

mingrammer commented 2 months ago

There is already PR: https://github.com/mingrammer/flog/pull/49

alexsapran commented 1 month ago

Excellent, I had not seen that PR; this can be considered fixed once #49 is merged.