I created a custom appender for CSV output. Note: i had to recompile
log4net to make the RollFile method virtual. Hope this helps.
Scott
private static DevicePointValueCsvAppender CreateCsvAppender(string
modbusMasterName, IEnumerable values)
{
var appender = new DevicePoint
correction - (1.2.10.0 signed by the log4net key)
On Mon, Dec 1, 2008 at 8:16 AM, Scott Alexander <[EMAIL PROTECTED]> wrote:
> NHibernate is compiled against the strong named version of log4net so
> yes, it requires a specific version (1.2.10.9 signed by the log4net
> key) of log
NHibernate is compiled against the strong named version of log4net so
yes, it requires a specific version (1.2.10.9 signed by the log4net
key) of log4net.
Scott
On Mon, Dec 1, 2008 at 8:11 AM, Walden H. Leverich
<[EMAIL PROTECTED]> wrote:
> Does NHibernate require a signed version of the assembly
...
any a= dvice?
Thanks
Scott Alexander
P.S. love the project!