1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Describe new log facilities.

This commit is contained in:
Werner Koch 2010-12-02 14:10:44 +00:00
parent b25155613a
commit 5379d3527d
3 changed files with 14 additions and 1 deletions

View file

@ -104,6 +104,17 @@ is thus often helpful. Note that the actual output depends on the
backend and may change from release to release.
@item Logging on WindowsCE
For development, the best logging method on WindowsCE is the use of
remote debugging using a log file name of @file{tcp://<ip-addr>:<port>}.
The command @command{watchgnupg} may be used on the remote host to listen
on the given port. (@pxref{option watchgnupg --tcp}). For in the field
tests it is better to make use of the logging facility provided by the
@command{gpgcedev} driver (part of libassuan); this is enabled by using
a log file name of @file{GPG2:}. (@pxref{option --log-file}).
@end itemize