|
Project Information
Links
|
In a nutshell it's just a sys->fprint(sys->fildes(2), "...") implemented as separate module, which you have to load, init, and setup before calling that fprint. And here is features you get in return:
To install make directory with this module available in /opt/powerman/logger/, for ex.: # hg clone https://inferno-contrib-logger.googlecode.com/hg/ $INFERNO_ROOT/opt/powerman/logger or in user home directory: $ hg clone https://inferno-contrib-logger.googlecode.com/hg/ $INFERNO_USER_HOME/opt/powerman/logger $ emu ; bind opt /opt |