You might be able to take some code from this example: http://mail-archives.apache.org/mod_mbox/logging-log4net-user/200804.mbox/%[email protected]%3e
----- Original Message ---- From: herman404 <[email protected]> To: [email protected] Sent: Monday, December 15, 2008 1:12:32 PM Subject: Logging to a Listbox control Hi, I am trying to set up a Listbox control so I can output the contents of a log in real time to a Winforms GUI. I am trying to use the MemoryAppender and bind the Listbox.DataSource to the array returned by the MemoryAppender but all it does is output log4net.Core.LoggingEvent to the listbox and nothing else. What is the best way to approach this problem? Is it best to use another appender, or am I going about binding the datasource to the control all wrong? Thanks, -- View this message in context: http://www.nabble.com/Logging-to-a-Listbox-control-tp21018841p21018841.html Sent from the Log4net - Dev mailing list archive at Nabble.com.
