log
log copied to clipboard
Plans for supporting Unstructured Logging
May I know if there are plans to support unstructured logging with async support?
I tried (let AsyncWriter to be an io.Writer) but the initial implementation is a bit dirty.
Let me consider it again in later days, thanks.
Just now I committed a standalone io.Writer named AsyncIOWriter
Although it's a bit repeatable, but I think it more clean than impalement it in original AsyncWriter.
You can have a try go get github.com/phuslu/log@master if you want, I will continue the tweaking.