This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Description
Hello, thanks for this cool package!
I am using the VerboseWriter option to redirect verbose logging to my implementation of io.Writer. However, it looks like there's no way to redirect goexpect's non-verbose logging in the same way, or am I missing something? I would like to be able to redirect both since I'm using custom logging code, currently the non-verbose logging falls out of line.