• 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

Interface ILoggerConfiguration

Interface for the LoggerConfiguration

Namespace:Dapplo.Log
Assembly:Dapplo.Log.dll
Syntax
public interface ILoggerConfiguration

Properties

| Improve this Doc View Source

DateTimeFormat

Timestamp format which is used in the output, when outputting the LogInfo details

Declaration
string DateTimeFormat { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LogLevel

The LogLevels enum a logger uses

Declaration
LogLevels LogLevel { get; set; }
Property Value
Type Description
LogLevels
| Improve this Doc View Source

LogLineFormat

Default line format for loggers which use the DefaultFormatter. The first argument is the LogInfo, the second the message + parameters formatted

Declaration
string LogLineFormat { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UseShortSource

Defines if the Source is written like d.l.LoggerTest (default) or Dapplo.Log.LoggerTest

Declaration
bool UseShortSource { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo