Re: Problem compile log4net for NETCF 2.0

2010-12-08 Thread assar
The only supported compact framework version is NETCF 1.0 (see http://logging.apache.org/log4net/release/framework-support.html here ) try compiling it for NETCF 1.0 and it should do ok,for example if you use VS for compiling it, then in the project properties->Build change the conditional compil

RE: Split a Message

2010-12-08 Thread bhupigs
Thank you Radovan, Trigger happy :) Radovan Raszka wrote: > > Hello, I'm not sure if this is possible using only log4net infrastructure. > But you can use trigger on the logging table, which splits message text > and writes individual parts into individual columns. > Radovan Raszka > >