This repository was archived by the owner on Jun 2, 2018. It is now read-only.

Description
To reproduce:
With log4net-loggly set up as an appender, call ILog.InfoFormat() like so:
log.InfoFormat("Hello, {0}!", "World");
In the loggly dashboard, where you would typically see the string message, you will instead see: "objectinfo":{"__type":"log4net.Util.SystemStringFormat, log4net"}
This applies to all xxxFormat() type methods including:
- DebugFormat()
- InfoFormat()
- WarnErrorFormat()
- ErrorFormat()
Reproduced on master commit 794fa09 (and on v2.0.0 from NuGet)