Closed GoogleCodeExporter closed 8 years ago
XmlFileErrorLog is designed to be user as an error log store that is local to
the application so the application name distinction isn't necessary. This is in
contrast to, say, SqlErrorLog where the same database could be used by multiple
applications and where the application distinction and isolation becomes more
pronounced.
If you still require the application name to be honoured for your scenario
(would like to still hear how this is more generally applicable), you could
subclass XmlFileErrorLog and override the Log method to establish specific
application name.
Original comment by azizatif
on 5 Apr 2015 at 10:38
Original comment by azizatif
on 5 Apr 2015 at 10:38
Original issue reported on code.google.com by
carlos.e...@gmail.com
on 3 Apr 2015 at 7:32