rdesktop/doc
Henrik Andersson 87d8d123b8 Rework the logging system
This commit will add a logging system to solve the problem that
one actually need to recompile rdesktop from source to enable
different debug logging.

- Same logging api  for all kind of logging and messages to
   end user.

- Adding -v for verbose output when running rdesktop.

- All messages are logged into a subject and with a type, eg:

     logger(Keyboard, Notice, "Autos-electing %s based on locale.", locale);

- Debug logging is enabled trough a environment variable RDEKSTOP_DEBUG,
  which specifies subjects of interest, comma separated. There is a special
  subject named All which includes all subject for debug loggin. There is also
  a simple logic opeartor '!' = NOT which can be used in combination like:

    RDESKTOP_DEBUG=All,!Graphics,!Sound

  Which would give debug log output for All subject except Graphics and Sound.
2017-01-26 14:19:40 +01:00
..
AUTHORS Make it possible to automatically generate the AUTHORS file from the 2011-04-13 11:33:22 +00:00
ChangeLog Updated CHangeLog and bumped version to 1.8.3 2014-10-31 11:39:04 +00:00
ctrl.txt Intitial implementation of seamless connection sharing: 2013-01-21 12:28:14 +00:00
HACKING Let's allow C99 in SeamlessRDP. The current code is not compatible with C89 anyway. 2008-03-06 15:28:32 +00:00
ipv6.txt Make IPv6-support easily configurable 2004-02-14 22:54:38 +00:00
keymap-names.txt keymap-names.txt has CRLF line breaks 2003-10-12 20:51:44 +00:00
keymapping.txt When modifiers are used and a key is released, the generated keysym 2009-09-17 13:52:04 +00:00
keynums.png Added keynums.png 2002-11-19 13:57:48 +00:00
licensing.txt Changed my email 2007-02-08 12:56:38 +00:00
lspci-channel.txt Added support for a new virtual channel, lspci, which makes it 2006-03-02 15:22:25 +00:00
makerelease.txt Fixed a typo 2015-08-22 19:44:21 +02:00
patches.txt Updated info about vincent_8bpp.patch. 2002-09-18 12:28:26 +00:00
rdesktop.1 Rework the logging system 2017-01-26 14:19:40 +01:00
rdpsnd.txt Even more information learned from Microsoft's client. 2007-01-02 16:24:36 +00:00
redirection.txt Disk redirection actually uses share names; not drive letters. 2004-08-09 13:50:41 +00:00
seamlessrdp-channel.txt Document the new seamless protocol command PERSISTENT 2014-07-03 10:42:04 +00:00
TODO Added TODO about reconnecting and icons 2008-03-25 15:13:47 +00:00