nodejs logging system, I want a beautiful console logging and also can save to log file, and also fast, async will be better.
The most difficult is , node-worker, which use std io to communicate with parent process, so if the logging system using std io, it can't work.


