[Box Backup-dev] Logging

Charles Lecklider boxbackup-dev@fluffy.co.uk
Fri, 23 Dec 2005 22:30:21 +0000


Chris Wilson wrote:
<lots of things about logging>

> Does this seem like a reasonable plan? Does anyone have any comments,
> questions or objections? Not answering counts as acceptance in my book :-)

Don't forget that a Win32 service can have a console too; it's
incredibly handy if you want to see what's going on, but don't want to
fill the eventlog. Once you've persuaded the RTL that stdout/stderr
really do have someplace to go, everything works just like a normal
console app.

-C