Added:
/HOWTO_receive_logs.wiki
=======================================
--- /dev/null
+++ /HOWTO_receive_logs.wiki Tue Aug 2 06:50:35 2011
@@ -0,0 +1,26 @@
+#summary Some ways how to receive logs on computer.
+
+= Introduction =
+
+So you have installed application on your android device. That's great :)
+
+But how you receive and/or save sended logs on computer?
+
+Here are some ways how to do this:
+
+
+= 1. Read log direct from UDP port =
+
+To listen logs use this python script:
[http://code.google.com/p/logcatudp/source/browse/test/listener.py]
+
+Example:
+{{{
+$ ./listener.py 192.168.1.10 10009
+}}}
+
+To save this output to file use standard linux/unix commands like output
redirection or [http://unixhelp.ed.ac.uk/CGI/man-cgi?tee tee].
+
+
+= 2. Default syslog server =
+
+If you use some kind of syslog server (rsyslog, SyslogNG)