Namespace Dapplo.Log.LogFile
Classes
FileLogger
This implements a logger which writes to a log file in the background Filename and directory are configurable, also rolling filename and compression can be activated
ForwardingLogger
This implements a logger which accepts log items, but only stores them and later forwards them to the replacement logger Can be used to setup before everything is taken care of, to later replace with the file logger. When disposed, everything in the queue is written to Trace.
Interfaces
IFileLoggerConfiguration
Interface for the logfile configuration