• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Log
    • AbstractLogger
    • ILogger
    • ILoggerConfiguration
    • LoggerMapper
    • LogInfo
    • LogInfoExtensions
    • LogLevels
    • LogSettings
    • LogSource
    • LogSourceExtensions
    • NullLogger
  • Dapplo.Log.LogFile
    • FileLogger
    • ForwardingLogger
    • IFileLoggerConfiguration
  • Dapplo.Log.Loggers
    • ColorConsoleLogger
    • ConsoleLogger
    • DebugLogger
    • StringWriterLogger
    • TraceLogger
  • Dapplo.Log.XUnit
    • XUnitLogger

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

Back to top Copyright © 2017 Dapplo