Alow prefixing log output with a timestamp.
authorIain Patterson <me@iain.cx>
Tue, 6 Sep 2016 09:30:21 +0000 (10:30 +0100)
committerIain Patterson <me@iain.cx>
Tue, 6 Sep 2016 09:44:22 +0000 (10:44 +0100)
commitcc956aacde93d93f5810ca4c0df7775d1bfe3458
tree708c8c2bac991d18dfc60d5bc30cdcbc36ea871c
parentee9a86c8408feaf173733aea12a80211e5d74483
Alow prefixing log output with a timestamp.

When AppTimestampLog is set to 1 all output to stdout and stderr will be
prefixed with a millisecond-precision ISO8601 timestamp.

Timestamp prefixing implies online rotation mode.  It should be
considered experimental as it requires splitting input lines by LF with
no way of knowing for certain that the input stream actually is
line-based.

Thanks Nicolas Ducrocq.
README.txt
gui.cpp
io.cpp
nssm.rc
registry.cpp
registry.h
resource.h
service.h
settings.cpp